| struct pseudo_hdr | |
| { | |
| u_long ph_src_addr; | |
| u_long ph_dest_addr; | |
| u_char ph_zero; | |
| u_char ph_protocol; | |
| u_short ph_len; | |
| } |
| Prototyped in: | nut/include/netinet/ipcsum.h | |
| Calls: | NutIpChkSumPartial() | nut/net/ipcsum.c |
| Called by: | NutTcpOutput() | nut/net/tcpout.c |
| NutTcpReject() | nut/net/tcpout.c | |
| NutUdpOutput() | nut/net/udpout.c | |