Searched refs:IN6MASK0 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net/altq/ |
H A D | altq_subr.c | 1370 #ifndef IN6MASK0 /* taken from kame ipv6 */ 1371 #define IN6MASK0 {{{ 0, 0, 0, 0 }}} macro 1373 const struct in6_addr in6mask0 = IN6MASK0;
|
/freebsd/sys/netinet6/ |
H A D | in6.h | 141 #define IN6MASK0 {{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }}} macro
|
H A D | in6.c | 155 const struct in6_addr in6mask0 = IN6MASK0;
|