| tag | line | file | source code |
|---|---|---|---|
| checksum | 107 | net/tcp/icmp.c | icmph->code, icmph->checksum); |
| checksum | 160 | net/tcp/icmp.c | icmph->checksum = 0; /* we don't need to compute this. */ |
| checksum | 194 | net/tcp/icmp.c | if( icmph->checksum ) |
| checksum | 305 | net/tcp/icmp.c | icmphr->checksum = 0; |
| checksum | 307 | net/tcp/icmp.c | if( icmph->checksum ) |
| checksum | 309 | net/tcp/icmp.c | icmphr->checksum = ip_compute_csum( (void *)icmphr, len ); |
| checksum | 50 | net/tcp/icmp.h | unsigned short checksum; |