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

  /src/sys/netinet/
icmp_var.h 49 #define ICMP_STAT_BADCODE 3 /* icmp_code out of range */
ip_icmp.c 546 ICMP_STATINC(ICMP_STAT_BADCODE);
  /src/usr.bin/systat/
icmp.c 130 tin += curstat[ICMP_STAT_BADCODE] + curstat[ICMP_STAT_BADLEN] +
135 SHOW(ICMP_STAT_BADCODE, 3, 0);
169 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_BADCODE);
  /src/usr.bin/netstat/
inet.c 721 p(ICMP_STAT_BADCODE, "\t%" PRIu64 " message%s with bad code fields\n");

Completed in 15 milliseconds