Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/systat/
H A Dip.c154 SHOW(i[IP_STAT_OFRAGMENTS], 3, 35); in showip()
210 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_OFRAGMENTS]); in fetchip()
/netbsd-src/sys/netinet/
H A Dip_var.h140 #define IP_STAT_OFRAGMENTS 19 /* output fragments created */ macro
H A Dip_output.c922 IP_STATINC(IP_STAT_OFRAGMENTS); in ip_fragment()
/netbsd-src/usr.bin/netstat/
H A Dinet.c657 p(IP_STAT_OFRAGMENTS, "\t%" PRIu64 " fragment%s created\n"); in ip_stats()