Searched defs:NI_NODEADDR_FLAG_ANYCAST (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
H A Dicmp6.h400 #define NI_NODEADDR_FLAG_ANYCAST ((u_int16_t)htons(0x40)) /* just experimental. not in spec */ macro
/freebsd-10-stable/sys/netinet/
H A Dicmp6.h422 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */ macro
429 #define NI_NODEADDR_FLAG_ANYCAST 0x2000 /* just experimental. not in spec */ macro
439 #define NI_NODEADDR_FLAG_ANYCAST 0x40 /* just experimental. not in spec */ macro
447 #define NI_NODEADDR_FLAG_ANYCAST 0x4000 /* just experimental. not in spec */ macro

Completed in 71 milliseconds