Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dicmp6.h435 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */ macro
442 #define NI_NODEADDR_FLAG_ANYCAST 0x2000 /* just experimental. not in spec */ macro
452 #define NI_NODEADDR_FLAG_ANYCAST 0x40 /* just experimental. not in spec */ macro
460 #define NI_NODEADDR_FLAG_ANYCAST 0x4000 /* just experimental. not in spec */ macro
/f-stack/freebsd/netinet/
H A Dicmp6.h431 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */ macro
438 #define NI_NODEADDR_FLAG_ANYCAST 0x2000 /* just experimental. not in spec */ macro
448 #define NI_NODEADDR_FLAG_ANYCAST 0x40 /* just experimental. not in spec */ macro
456 #define NI_NODEADDR_FLAG_ANYCAST 0x4000 /* just experimental. not in spec */ macro
/f-stack/freebsd/netinet6/
H A Dicmp6.c1723 (niflags & NI_NODEADDR_FLAG_ANYCAST) == 0) in ni6_addrs()
1808 (niflags & NI_NODEADDR_FLAG_ANYCAST) == 0) in ni6_store_addrs()