Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet6/
H A Din6.h138 #define IN6MASK0 {{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }}} macro
/f-stack/freebsd/netinet6/
H A Din6.h138 #define IN6MASK0 {{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }}} macro
H A Din6.c143 const struct in6_addr in6mask0 = IN6MASK0;
/f-stack/freebsd/net/altq/
H A Daltq_subr.c1377 #ifndef IN6MASK0 /* taken from kame ipv6 */
1378 #define IN6MASK0 {{{ 0, 0, 0, 0 }}} macro
1380 const struct in6_addr in6mask0 = IN6MASK0;