OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nigroup
(Results
1 - 2
of
2
) sorted by null
/external/iputils/ninfod/
ninfod_name.c
143
static struct ipv6_mreq
nigroup
;
variable in typeref:struct:ipv6_mreq
149
return IN6_IS_ADDR_MULTICAST(&
nigroup
.ipv6mr_multiaddr) &&
150
IN6_ARE_ADDR_EQUAL(&
nigroup
.ipv6mr_multiaddr, addr);
262
struct in6_addr *
nigroup
)
267
if (!dnsname || !
nigroup
)
275
nigroup
->s6_addr32[0] = htonl(0xff020000);
276
nigroup
->s6_addr32[1] = 0;
277
nigroup
->s6_addr32[2] = htonl(0x00000002);
279
memset(
nigroup
, 0, sizeof(*
nigroup
));
[
all
...]
ninfod_core.c
529
* discard non-
nigroup
multicast address(?)
Completed in 4215 milliseconds