tag | line | file | source code |
---|---|---|---|
ip_compute_csum | 127 | net/inet/icmp.c | icmph->checksum = ip_compute_csum((unsigned char *)icmph, |
ip_compute_csum | 276 | net/inet/icmp.c | icmphr->checksum = ip_compute_csum((unsigned char *)icmphr, len); |
ip_compute_csum | 343 | net/inet/icmp.c | icmphr->checksum = ip_compute_csum((unsigned char *)icmphr, len); |
ip_compute_csum | 375 | net/inet/icmp.c | if (ip_compute_csum((unsigned char *) icmph, len)) { |
ip_compute_csum | 74 | net/inet/ip.h | extern unsigned short ip_compute_csum(unsigned char * buff, int len); |