Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
H A Dip6.c172 DO(ip6s_nxthist[i]); in domode()
207 DO(ip6s_nxthist[IPPROTO_DSTOPTS], 11, 35); in showip6()
209 DO(ip6s_nxthist[IPPROTO_HOPOPTS], 12, 35); in showip6()
211 DO(ip6s_nxthist[IPPROTO_IPV4], 13, 35); in showip6()
213 DO(ip6s_nxthist[IPPROTO_TCP], 14, 35); in showip6()
215 DO(ip6s_nxthist[IPPROTO_UDP], 15, 35); in showip6()
217 DO(ip6s_nxthist[IPPROTO_IPV6], 16, 35); in showip6()
219 DO(ip6s_nxthist[IPPROTO_ROUTING], 17, 35); in showip6()
221 DO(ip6s_nxthist[IPPROTO_FRAGMENT], 18, 35); in showip6()
222 DO(ip6s_nxthist[IPPROTO_ICMPV6], 19, 35); in showip6()
[all …]
/dragonfly/usr.bin/netstat/
H A Dinet6.c384 if (ip6stat.ip6s_nxthist[i] != 0) { in ip6_stats()
390 (unsigned long long)ip6stat.ip6s_nxthist[i]); in ip6_stats()
/dragonfly/sys/netinet6/
H A Dip6_var.h215 u_quad_t ip6s_nxthist[256]; /* next header history */ member
H A Dip6_input.c304 ip6stat.ip6s_nxthist[ip6->ip6_nxt]++; in ip6_input()