Searched refs:IPV6_UNSPECSRC (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/netinet6/ |
H A D | ip6_var.h | 269 #define IPV6_UNSPECSRC 0x01 /* allow :: as the source address */ macro
|
H A D | mld6.c | 492 ip6_output(mh, &ip6_opts, NULL, ia6 ? 0 : IPV6_UNSPECSRC, &im6o, in mld6_sendpkt()
|
H A D | nd6_nbr.c | 530 ip6_output(m, NULL, NULL, dad ? IPV6_UNSPECSRC : 0, &im6o, NULL); in nd6_ns_output()
|
H A D | ip6_output.c | 366 if (!(flags & IPV6_UNSPECSRC) && in ip6_output()
|