Searched refs:IN6MASK0 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/compat/include/netinet6/ |
| H A D | in6.h | 138 #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 D | in6.h | 138 #define IN6MASK0 {{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }}} macro
|
| H A D | in6.c | 143 const struct in6_addr in6mask0 = IN6MASK0;
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_subr.c | 1377 #ifndef IN6MASK0 /* taken from kame ipv6 */ 1378 #define IN6MASK0 {{{ 0, 0, 0, 0 }}} macro 1380 const struct in6_addr in6mask0 = IN6MASK0;
|