File nut/net/arpout.c


Included Files


Global Function NutArpAllocNetBuf()

NETBUF* NutArpAllocNetBuf ( u_short type, u_long ip, u_char* mac )
Prototyped in: nut/include/netinet/if_ether.h
Calls: NutNetBufAlloc() nut/dev/netbuf.c
  __byte_swap2() nut/include/sys/types.h
  memcpy(), memset()
Called by: NutArpCacheQuery() nut/net/arpcache.c
  NutArpInput() nut/net/arpin.c

Global Function NutArpOutput()

int NutArpOutput ( NUTDEVICE* dev, NETBUF* nb )
Prototyped in: nut/include/netinet/if_ether.h
Calls: memcpy()
Called by: NutArpCacheQuery() nut/net/arpcache.c
  NutArpInput() nut/net/arpin.c