Compound Module IGMP

File: Network/IPv4/IGMP.ned

Placeholder for the IGMP protocol

author: Andras Varga

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

NetworkLayer

Network layer of an IP node.

Gates:

Name Direction Description
localIn input

delivered IGMP packets

sendOut output

to IP

Unassigned submodule parameters:

Name Type Description

Source code:

module IGMP
    gates:
        in: localIn;  // delivered IGMP packets
        out: sendOut; // to IP
    connections nocheck:
endmodule