Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dicmp6.h421 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */ macro
428 #define NI_NODEADDR_FLAG_ANYCAST 0x2000 /* just experimental. not in spec */ macro
440 #define NI_NODEADDR_FLAG_ANYCAST 0x40 /* just experimental. not in spec */ macro
448 #define NI_NODEADDR_FLAG_ANYCAST 0x4000 /* just experimental. not in spec */ macro
/dflybsd-src/contrib/tcpdump/
H A Dprint-icmp6.c408 #define NI_NODEADDR_FLAG_ANYCAST ((uint16_t)htons(0x40)) /* just experimental. not in spec */ macro