File nut/net/arpout.c


Included Files


Global Function NutArpAllocNetBuf()

NETBUF* NutArpAllocNetBuf ( uint16_t type, uint32_t ip, uint8_t* mac )
Prototyped in: nut/include/netinet/if_ether.h
Calls: NutNetBufAlloc() nut/dev/netbuf.c
  __byte_swap2() nut/boot/appload/utils.c
  memcpy() nut/c/string/memcpy.c
  memset() nut/c/string/memset.c
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() nut/c/string/memcpy.c
Called by: NutArpCacheQuery() nut/net/arpcache.c
  NutArpInput() nut/net/arpin.c