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)
|