Searched refs:ip6oa_retflags (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_var.h408 u_int32_t ip6oa_retflags; /* IP6OARF return flags (see below) */ member in struct:ip6_out_args
H A Dudp6_output.c475 if (error != 0 && (ip6oa.ip6oa_retflags & IP6OARF_IFDENIED) &&
H A Draw_ip6.c626 if (error != 0 && (ip6oa.ip6oa_retflags & IP6OARF_IFDENIED) &&
H A Din6_src.c1079 ip6oa->ip6oa_retflags |= IP6OARF_IFDENIED;
H A Dip6_output.c455 ip6oa->ip6oa_retflags = 0;
/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c2441 ifdenied = (ip6oa.ip6oa_retflags & IP6OARF_IFDENIED);

Completed in 50 milliseconds