Home
last modified time | relevance | path

Searched refs:IPV6_DADOUTPUT (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/netinet6/
H A Dip6_var.h285 #define IPV6_DADOUTPUT 0x01 /* DAD */ macro
H A Dnd6_nbr.c557 ip6_output(m, NULL, NULL, dad ? IPV6_DADOUTPUT : 0, &im6o, &outif, NULL); in nd6_ns_output()
H A Dip6_output.c302 !(flags & IPV6_DADOUTPUT)) { in ip6_output()