Searched refs:ip6s_nxthist (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/usr.bin/systat/ |
| HD | ip6.c | 182 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/ |
| HD | inet6.c | 423 if (ip6stat.ip6s_nxthist[i] != 0) { in ip6_stats() 431 (uintmax_t)ip6stat.ip6s_nxthist[i]); in ip6_stats()
|
| /freebsd-13-stable/sys/netinet6/ |
| HD | ip6_var.h | 208 uint64_t ip6s_nxthist[IP6S_HDRCNT]; /* next header history */ member
|
| HD | ip6_input.c | 633 IP6STAT_INC(ip6s_nxthist[ip6->ip6_nxt]); in ip6_input()
|