Home
last modified time | relevance | path

Searched refs:IP_STAT_REASSEMBLED (Results 1 – 4 of 4) sorted by relevance

/netbsd/usr.bin/systat/
H A Dip.c163 SHOW(i[IP_STAT_REASSEMBLED], 13, 0); in showip()
217 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_REASSEMBLED]); in fetchip()
/netbsd/sys/netinet/
H A Dip_var.h138 #define IP_STAT_REASSEMBLED 17 /* total packets reassembled ok */ macro
H A Dip_reass.c706 IP_STATINC(IP_STAT_REASSEMBLED); in ip_reass_packet()
/netbsd/usr.bin/netstat/
H A Dinet.c636 p(IP_STAT_REASSEMBLED, "\t%" PRIu64 " packet%s reassembled ok\n"); in ip_stats()