Home
last modified time | relevance | path

Searched refs:IPV6_UNSPECSRC (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/netinet6/
H A Dip6_var.h269 #define IPV6_UNSPECSRC 0x01 /* allow :: as the source address */ macro
H A Dmld6.c492 ip6_output(mh, &ip6_opts, NULL, ia6 ? 0 : IPV6_UNSPECSRC, &im6o, in mld6_sendpkt()
H A Dnd6_nbr.c530 ip6_output(m, NULL, NULL, dad ? IPV6_UNSPECSRC : 0, &im6o, NULL); in nd6_ns_output()
H A Dip6_output.c366 if (!(flags & IPV6_UNSPECSRC) && in ip6_output()