Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dip6_var.h402 #define IPV6_UNSPECSRC 0x01 /* allow :: as the source address */ macro
H A Dip6_output.c442 IPV6_UNSPECSRC | IPV6_FLAG_NOSRCIFSEL)) && in ip6_output_list()
971 !(flags & IPV6_UNSPECSRC)) { in ip6_output_list()
H A Dnd6_nbr.c849 flags = nonce ? IPV6_UNSPECSRC : 0; in nd6_ns_output()
H A Dmld6.c3668 error = ip6_output(m0, &mld_po, NULL, IPV6_UNSPECSRC, im6o, in mld_dispatch_packet()