Searched refs:IPV6_DADOUTPUT (Results 1 – 3 of 3) sorted by relevance
285 #define IPV6_DADOUTPUT 0x01 /* DAD */ macro
557 ip6_output(m, NULL, NULL, dad ? IPV6_DADOUTPUT : 0, &im6o, &outif, NULL); in nd6_ns_output()
302 !(flags & IPV6_DADOUTPUT)) { in ip6_output()