Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dicmp6.h483 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */ macro
490 #define NI_NODEADDR_FLAG_ANYCAST 0x2000 /* just experimental. not in spec */ macro
500 #define NI_NODEADDR_FLAG_ANYCAST 0x40 /* just experimental. not in spec */ macro
508 #define NI_NODEADDR_FLAG_ANYCAST 0x4000 /* just experimental. not in spec */ macro
/xnu-8020.101.4/bsd/netinet6/
H A Dicmp6.c1879 (niflags & NI_NODEADDR_FLAG_ANYCAST) == 0) { in ni6_addrs()
1994 (niflags & NI_NODEADDR_FLAG_ANYCAST) == 0) { in ni6_store_addrs()