Home
last modified time | relevance | path

Searched refs:IP6S_HDRCNT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_var.h208 #define IP6S_HDRCNT 256 /* headers count */ macro
209 uint64_t ip6s_nxthist[IP6S_HDRCNT]; /* next header history */
/f-stack/tools/compat/include/netinet6/
H A Dip6_var.h208 #define IP6S_HDRCNT 256 /* headers count */ macro
209 uint64_t ip6s_nxthist[IP6S_HDRCNT]; /* next header history */
/f-stack/tools/netstat/
H A Dinet6.c424 for (first = 1, i = 0; i < IP6S_HDRCNT; i++) in ip6_stats()