File nut/net/icmpout.c


Included Files


Global Function NutIcmpOutput()

int NutIcmpOutput ( uint8_t type, uint32_t dest, NETBUF* nb )
Prototyped in: nut/include/netinet/icmp.h
Calls: NutIpChkSum(), NutIpChkSumPartial(), NutIpOutput()
Called by: NutIcmpReply() nut/net/icmpout.c

Global Function NutIcmpReply()

int NutIcmpReply ( uint8_t type, uint8_t code, uint32_t spec, uint32_t 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 ( uint8_t type, uint8_t code, uint32_t spec, NETBUF* nb )
Prototyped in: nut/include/netinet/icmp.h
Calls: NutIcmpReply() nut/net/icmpout.c
  NutNetBufAlloc() nut/dev/netbuf.c
  memcpy() nut/c/string/memcpy.c