OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NI_NODEADDR_FLAG_ANYCAST
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/netinet/
icmp6.h
388
#define
NI_NODEADDR_FLAG_ANYCAST
0x2000 /* just experimental. not in spec */
396
#define
NI_NODEADDR_FLAG_ANYCAST
0x4000 /* just experimental. not in spec */
/external/tcpdump/
print-icmp6.c
404
#define
NI_NODEADDR_FLAG_ANYCAST
((uint16_t)htons(0x40)) /* just experimental. not in spec */
[
all
...]
Completed in 373 milliseconds