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

  /src/sys/netinet/
icmp_var.h 59 #define ICMP_STAT_INHIST (ICMP_STAT_LAST + ICMP_NTYPES)
ip_icmp.c 455 ICMP_STATINC(ICMP_STAT_INHIST + icp->icmp_type);
  /src/usr.bin/systat/
icmp.c 54 #define SHOW2(type, row) SHOW(ICMP_STAT_INHIST + type, row, 0); \
126 tin += curstat[ICMP_STAT_INHIST + i];
150 SHOW(ICMP_STAT_INHIST + ICMP_ROUTERADVERT, 15, 0);
179 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_INHIST + i);
  /src/usr.bin/netstat/
inet.c 730 if (icmpstat[ICMP_STAT_INHIST + i] != 0) {
736 icmpstat[ICMP_STAT_INHIST + i]);

Completed in 14 milliseconds