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

  /src/usr.bin/systat/
ip.c 149 SHOW(i[IP_STAT_TOOLONG], 8, 0);
206 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_TOOLONG]);
  /src/sys/netinet/
ip_var.h 148 #define IP_STAT_TOOLONG 27 /* ip length > max ip packet size */
ip_reass.c 373 IP_STATINC(IP_STAT_TOOLONG);
641 IP_STATINC(IP_STAT_TOOLONG);
  /src/tests/net/icmp/
t_ping.c 372 if (loop == 0 && ipstat[IP_STAT_TOOLONG] != 0)
374 if (ipstat[IP_STAT_TOOLONG])
  /src/tests/net/net/
t_ip_reass.c 221 #define toolong IP_STAT_TOOLONG
  /src/usr.bin/netstat/
inet.c 622 ps(IP_STAT_TOOLONG,

Completed in 14 milliseconds