Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDicmp6.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
/trueos/contrib/tcpdump/
HDicmp6.h400 #define NI_NODEADDR_FLAG_ANYCAST ((u_int16_t)htons(0x40)) /* just experimental. not in spec */ macro
HDprint-icmp6.c1049 (i & NI_NODEADDR_FLAG_ANYCAST) ? "a" : "", in icmp6_nodeinfo_print()
1225 (i & NI_NODEADDR_FLAG_ANYCAST) ? "a" : "", in icmp6_nodeinfo_print()
/trueos/sbin/ping6/
HDping6.c382 #ifdef NI_NODEADDR_FLAG_ANYCAST in main()
383 naflags |= NI_NODEADDR_FLAG_ANYCAST; in main()
/trueos/sys/netinet6/
HDicmp6.c1800 (niflags & NI_NODEADDR_FLAG_ANYCAST) == 0) in ni6_addrs()
1888 (niflags & NI_NODEADDR_FLAG_ANYCAST) == 0) in ni6_store_addrs()