File nut/net/ipout.c
Included Files
#include </usr/avr/include/string.h>
#include <nut/include/sys/types.h>
#include <nut/include/net/ether.h>
#include <nut/include/net/route.h>
#include <nut/include/netinet/if_ether.h>
#include <nut/include/netinet/if_ppp.h>
#include <nut/include/netinet/ipcsum.h>
#include <nut/include/netinet/ip.h>
#include <nut/include/netinet/in.h>
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