File nut/net/icmpout.c


Included Files


Global Function NutIcmpOutput()

int NutIcmpOutput ( u_char type, u_long dest, NETBUF* nb )
Prototyped in: nut/include/netinet/icmp.h
Calls: NutIpChkSum() nut/net/ipcsum.c
  NutIpChkSumPartial() nut/net/ipcsum.c
  NutIpOutput() nut/net/ipout.c
Called by: NutIcmpReflect() nut/net/icmpin.c
  NutIcmpReply() nut/net/icmpout.c

Global Function NutIcmpReply()

int NutIcmpReply ( u_char type, u_char code, u_long spec, u_long dest, NETBUF* nb )
Prototyped in: nut/include/netinet/icmp.h
Calls: NutIcmpOutput() nut/net/icmpout.c
  NutNetBufAlloc() nut/dev/netbuf.c
Called by: NutIcmpResponse() nut/net/icmpout.c

Global Function NutIcmpResponse()

int NutIcmpResponse ( u_char type, u_char code, u_long spec, NETBUF* nb )
Prototyped in: nut/include/netinet/icmp.h
Calls: NutIcmpReply() nut/net/icmpout.c
  NutNetBufAlloc() nut/dev/netbuf.c
  memcpy()
Called by: NutIpInput() nut/net/ipin.c
  NutUdpInput() nut/net/udpin.c