#include <ethernet_lsap.h>
#include <ethernet_protocols.h>
#include <net_hardware.h>
#include <ipc/services.h>
Go to the source code of this file.
Functions | |
| hw_type_t | hardware_map (services_t nil) |
| Maps the network interface layer services to the hardware types. | |
| eth_type_t | lsap_map (eth_lsap_t lsap) |
| Maps the link service access point identifier to the Ethernet protocol identifier. | |
| eth_lsap_t | lsap_unmap (eth_type_t ethertype) |
| Maps the Ethernet protocol identifier to the link service access point identifier. | |
| eth_type_t | protocol_map (services_t nil, services_t il) |
| Maps the internetwork layer service to the network interface layer type. | |
| services_t | protocol_unmap (services_t nil, int protocol) |
| Maps the network interface layer type to the internetwork layer service. | |
Definition in file protocol_map.h.
1.4.7