HomeSort by: relevance | last modified time | path
    Searched refs:ICMP_STAT_BADLEN (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
icmp_var.h 52 #define ICMP_STAT_BADLEN 6 /* calculated bound mismatch */
ip_icmp.c 524 ICMP_STATINC(ICMP_STAT_BADLEN);
560 ICMP_STATINC(ICMP_STAT_BADLEN);
585 ICMP_STATINC(ICMP_STAT_BADLEN);
630 ICMP_STATINC(ICMP_STAT_BADLEN);
  /src/usr.bin/systat/
icmp.c 130 tin += curstat[ICMP_STAT_BADCODE] + curstat[ICMP_STAT_BADLEN] +
136 SHOW(ICMP_STAT_BADLEN, 4, 0);
170 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_BADLEN);
  /src/usr.bin/netstat/
inet.c 724 p(ICMP_STAT_BADLEN, "\t%" PRIu64 " message%s with bad length\n");

Completed in 12 milliseconds