Home
last modified time | relevance | path

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

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