Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp6.h439 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */ macro
446 #define NI_NODEADDR_FLAG_ANYCAST 0x2000 /* just experimental. not in spec */ macro
456 #define NI_NODEADDR_FLAG_ANYCAST 0x40 /* just experimental. not in spec */ macro
464 #define NI_NODEADDR_FLAG_ANYCAST 0x4000 /* just experimental. not in spec */ macro
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c401 #define NI_NODEADDR_FLAG_ANYCAST 0x0040 /* just experimental. not in spec */ macro