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

  /src/sys/netinet/
icmp_var.h 50 #define ICMP_STAT_TOOSHORT 4 /* packet < ICMP_MINLEN */
ip_icmp.c 433 ICMP_STATINC(ICMP_STAT_TOOSHORT);
438 ICMP_STATINC(ICMP_STAT_TOOSHORT);
  /src/usr.bin/systat/
icmp.c 131 curstat[ICMP_STAT_CHECKSUM] + curstat[ICMP_STAT_TOOSHORT];
138 SHOW(ICMP_STAT_TOOSHORT, 6, 0);
172 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_TOOSHORT);
  /src/usr.bin/netstat/
inet.c 722 p(ICMP_STAT_TOOSHORT, "\t%" PRIu64 " message%s < minimum length\n");

Completed in 13 milliseconds