Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/systat/
HDip6.c182 DO(ip6s_nxthist[i]); in domode()
218 DO(ip6s_nxthist[IPPROTO_DSTOPTS], 10, 35); in showip6()
220 DO(ip6s_nxthist[IPPROTO_HOPOPTS], 11, 35); in showip6()
222 DO(ip6s_nxthist[IPPROTO_IPV4], 12, 35); in showip6()
224 DO(ip6s_nxthist[IPPROTO_TCP], 13, 35); in showip6()
226 DO(ip6s_nxthist[IPPROTO_UDP], 14, 35); in showip6()
228 DO(ip6s_nxthist[IPPROTO_IPV6], 15, 35); in showip6()
230 DO(ip6s_nxthist[IPPROTO_ROUTING], 16, 35); in showip6()
232 DO(ip6s_nxthist[IPPROTO_FRAGMENT], 17, 35); in showip6()
233 DO(ip6s_nxthist[IPPROTO_ICMPV6], 18, 35); in showip6()
[all …]
/freebsd-13-stable/usr.bin/netstat/
HDinet6.c423 if (ip6stat.ip6s_nxthist[i] != 0) { in ip6_stats()
431 (uintmax_t)ip6stat.ip6s_nxthist[i]); in ip6_stats()
/freebsd-13-stable/sys/netinet6/
HDip6_var.h208 uint64_t ip6s_nxthist[IP6S_HDRCNT]; /* next header history */ member
HDip6_input.c633 IP6STAT_INC(ip6s_nxthist[ip6->ip6_nxt]); in ip6_input()