Name | Type | Description |
---|---|---|
EtherBus | simple module |
A generic bus model. |
EtherEncap | simple module |
Performs Ethernet II encapsulation/decapsulation. |
EtherHub | simple module |
A generic wiring hub model. |
EtherLLC | simple module |
Provides Ethernet 802.3 encapsulation/decapsulation and dispatching to the appropriate higher layer by DSAP values. |
EtherMAC | simple module |
Ethernet MAC layer. MAC performs transmission and reception of frames. Doesn't do encapsulation/decapsulation; see EtherLLC and EtherEncap for that. |
EtherMAC2 | simple module |
Ethernet MAC which supports full duplex operation ONLY. |
EthernetInterface | compound module |
Ethernet network interface. Complements EtherMAC and EtherEncap with an output queue for QoS and RED support. |
EthernetInterface2 | compound module |
Ethernet network interface which supports full-duplex operation only. Complements EtherMAC2 and EtherEncap with an output queue for QoS and RED support. |
EthernetInterfaceNoQueue | compound module |
Ethernet network interface. Assumes inifinite queue. |