Home | Sort by: relevance | last modified time | path |
/src/sys/netinet6/ | |
in6.h | 164 #define IN6MASK96 {{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \ 176 extern const struct in6_addr in6mask96; |
in6.c | 137 const struct in6_addr in6mask96 = IN6MASK96; variable in typeref:typename:const struct in6_addr |