Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet6/
Dip6_var.h201 #define IPV6_UNSPECSRC 0x01 /* allow :: as the source address */ macro
Dmld6.c468 ip6_output(mh, &ip6_opts, NULL, ia ? 0 : IPV6_UNSPECSRC, &im6o, NULL);
Dnd6_nbr.c522 ip6_output(m, NULL, &ro, dad ? IPV6_UNSPECSRC : 0, &im6o, NULL);
Dip6_output.c430 (flags & IPV6_UNSPECSRC) == 0) {