Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_var.h286 #define IPV6_UNSPECSRC 0x01 /* allow :: as the source address */ macro
H A Dnd6_nbr.c622 ip6_output(m, NULL, NULL, (nonce != NULL) ? IPV6_UNSPECSRC : 0, in nd6_ns_output_fib()
H A Dmld6.c3130 error = ip6_output(m0, &mld_po, NULL, IPV6_UNSPECSRC, &im6o, in mld_dispatch_packet()
H A Dip6_output.c476 (flags & IPV6_UNSPECSRC) == 0) { in ip6_output()
/freebsd/sys/net/
H A Dif_ovpn.c2097 return (ip6_output(m, NULL, NULL, IPV6_UNSPECSRC, NULL, NULL, in ovpn_encap()