File nut/net/ipout.c


Included Files


Global Function NutIpForward()

int NutIpForward ( NETBUF* nb )
Prototyped in: nut/include/netinet/ip.h
Called by: NutIpInput() nut/net/ipin.c

Global Function NutIpOutput()

int NutIpOutput ( uint8_t proto, uint32_t dest, NETBUF* nb )
Prototyped in: nut/include/netinet/ip.h
Calls: NutArpCacheQuery() nut/net/arpcache.c
  NutIpChkSum() nut/net/ipcsum.c
  NutNetBufAlloc() nut/dev/netbuf.c
  NutNetBufClonePart() nut/dev/netbuf.c
  NutNetBufFree() nut/dev/netbuf.c
  __byte_swap2() nut/boot/appload/utils.c
  __byte_swap4() nut/boot/appload/utils.c
  memset() nut/c/string/memset.c
  NutIpRouteQuery()
Called by: NutIcmpOutput() nut/net/icmpout.c
  NutIgmpOutput() nut/net/igmpout.c
  SendIgmpMessage() nut/net/igmp.c