struct pseudo_hdr | |
{ | |
uint32_t ph_src_addr; | |
uint32_t ph_dest_addr; | |
uint8_t ph_zero; | |
uint8_t ph_protocol; | |
uint16_t ph_len; | |
} |
Prototyped in: | nut/include/netinet/ipcsum.h | |
Calls: | NutIpChkSumPartial() | nut/net/ipcsum.c |
Called by: | NutIcmpOutput() | nut/net/icmpout.c |
NutIgmpOutput() | nut/net/igmpout.c |
Prototyped in: | nut/include/netinet/ipcsum.h | |
Called by: | NutIcmpOutput() | nut/net/icmpout.c |
NutIpChkSum() | nut/net/ipcsum.c | |
NutIpPseudoChkSumPartial() | nut/net/ipcsum.c |
Prototyped in: | nut/include/netinet/ipcsum.h | |
Calls: | NutIpChkSumPartial() | nut/net/ipcsum.c |