tag | line | file | source code |
---|---|---|---|
checksum | 114 | net/tcp/icmp.c | icmph->code, icmph->checksum)); |
checksum | 167 | net/tcp/icmp.c | icmph->checksum = 0; /* we don't need to compute this. */ |
checksum | 201 | net/tcp/icmp.c | if( icmph->checksum ) |
checksum | 313 | net/tcp/icmp.c | icmphr->checksum = 0; |
checksum | 315 | net/tcp/icmp.c | if( icmph->checksum ) |
checksum | 317 | net/tcp/icmp.c | icmphr->checksum = ip_compute_csum( (void *)icmphr, len ); |
checksum | 50 | net/tcp/icmp.h | unsigned short checksum; |