Home
last modified time | relevance | path

Searched refs:NI_NODEADDR_FLAG_ANYCAST (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dicmp6.h506 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */ macro
513 #define NI_NODEADDR_FLAG_ANYCAST 0x2000 /* just experimental. not in spec */ macro
523 #define NI_NODEADDR_FLAG_ANYCAST 0x40 /* just experimental. not in spec */ macro
531 #define NI_NODEADDR_FLAG_ANYCAST 0x4000 /* just experimental. not in spec */ macro
/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c1909 (niflags & NI_NODEADDR_FLAG_ANYCAST) == 0) { in ni6_addrs()
2024 (niflags & NI_NODEADDR_FLAG_ANYCAST) == 0) { in ni6_store_addrs()