HomeSort by relevance Sort by last modified time
    Searched refs:IN6MASK128 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/
in6.h 160 #define IN6MASK128 {{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
171 extern const struct in6_addr in6mask128;
  /external/libppp/src/
iface.c 86 #define IN6MASK128 {{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
88 static const struct in6_addr in6mask128 = IN6MASK128; variable in typeref:struct:in6_addr
340 else if (memcmp(&((struct sockaddr_in6 *)&ssmsk)->sin6_addr, &in6mask128,
341 sizeof in6mask128) == 0)

Completed in 29 milliseconds