Searched refs:IPV6_UNSPECSRC (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/netinet6/ |
| D | ip6_var.h | 201 #define IPV6_UNSPECSRC 0x01 /* allow :: as the source address */ macro
|
| D | mld6.c | 468 ip6_output(mh, &ip6_opts, NULL, ia ? 0 : IPV6_UNSPECSRC, &im6o, NULL);
|
| D | nd6_nbr.c | 522 ip6_output(m, NULL, &ro, dad ? IPV6_UNSPECSRC : 0, &im6o, NULL);
|
| D | ip6_output.c | 430 (flags & IPV6_UNSPECSRC) == 0) {
|