HomeSort by: relevance | last modified time | path
    Searched refs:IN6MASK32 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
in6.h 160 #define IN6MASK32 {{{ 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, \
174 extern const struct in6_addr in6mask32;
in6.c 135 const struct in6_addr in6mask32 = IN6MASK32; variable in typeref:typename:const struct in6_addr
870 sockaddr_in6_init(&mltmask, &in6mask32, 0, 0, 0);

Completed in 15 milliseconds