Searched refs:IN6MASK0 (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/netinet6/
H A Din6.h141 #define IN6MASK0 {{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }}} macro
H A Din6.c155 const struct in6_addr in6mask0 = IN6MASK0;
/freebsd-current/sys/net/altq/
H A Daltq_subr.c1375 #ifndef IN6MASK0 /* taken from kame ipv6 */
1376 #define IN6MASK0 {{{ 0, 0, 0, 0 }}} macro
1378 const struct in6_addr in6mask0 = IN6MASK0;

Completed in 181 milliseconds