File nut/net/ipout.c


Included Files


Global Function NutIpOutput()

int NutIpOutput ( u_char proto, u_long dest, NETBUF* nb )
Prototyped in: nut/include/netinet/ip.h
Calls: NutArpCacheQuery() nut/net/arpcache.c
  NutIpChkSum() nut/net/ipcsum.c
  NutIpRouteQuery() nut/net/route.c
  NutNetBufAlloc() nut/dev/netbuf.c
  NutNetBufFree() nut/dev/netbuf.c
  __byte_swap2() nut/include/sys/types.h
  memset()
Called by: NutIcmpOutput() nut/net/icmpout.c
  NutTcpOutput() nut/net/tcpout.c
  NutTcpReject() nut/net/tcpout.c
  NutTcpStateRetranTimeout() nut/net/tcpsm.c
  NutUdpOutput() nut/net/udpout.c