See: | Type struct _INET_PROTOCOLS |
struct _INET_PROTOCOLS | |
{ | |
INET_PROTOCOLS* inet_next; | |
uint8_t inet_prot; | |
int (*inet_input)(NUTDEVICE*,NETBUF*); | |
} |
Used in: | NutIpDemux() | |
NutRegisterIpHandler() |
Prototyped in: | nut/include/netinet/ip.h | |
Calls: | calloc() | nut/crt/calloc.c |
References Functions: | NutIpDemux() | nut/net/ipdemux.c |
References Variables: | in_prots | nut/net/ipdemux.c |
Used in: | NutRegisterIpHandler() | nut/net/ipdemux.c |
References Variables: | in_prots | nut/net/ipdemux.c |