See: | Type struct _ETH_PROTOCOLS |
struct _ETH_PROTOCOLS | |
{ | |
ETH_PROTOCOLS* ethp_next; | |
uint16_t ethp_type; | |
uint16_t ethp_mask; | |
int (*ethp_input)(NUTDEVICE*,NETBUF*); | |
} |
Used in: | NutEtherDemux() | |
NutRegisterEthHandler() |
Prototyped in: | nut/include/net/ether.h | |
Calls: | calloc() | |
References Functions: | NutEtherDemux() | nut/net/ethdemux.c |
References Variables: | eth_prot | nut/net/ethdemux.c |
Calls: | __byte_swap2() | nut/boot/appload/utils.c |
Used in: | NutRegisterEthHandler() | nut/net/ethdemux.c |
References Variables: | eth_prot | nut/net/ethdemux.c |