Searched refs:IPOAF_BOUND_IF (Results 1 - 12 of 12) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dip_var.h284 #define IPOAF_BOUND_IF 0x00000002 /* boundif value is valid */ macro
H A Dkpi_ipfilter.c328 ipoa.ipoa_flags |= IPOAF_BOUND_IF;
H A Dip_output.c403 (ipoa->ipoa_flags & IPOAF_BOUND_IF) &&
424 if ((ipoa->ipoa_flags & IPOAF_BOUND_IF) &&
442 IPOAF_BOUND_IF | IPOAF_BOUND_SRCADDR);
H A Dip_icmp.c830 ipoa.ipoa_flags |= IPOAF_BOUND_IF;
H A Draw_ip.c384 ipoa.ipoa_flags |= IPOAF_BOUND_IF;
H A Dip_input.c2685 ipoa.ipoa_flags |= IPOAF_BOUND_IF;
H A Dtcp_output.c2322 ipoa.ipoa_flags |= IPOAF_BOUND_IF;
H A Dtcp_subr.c841 ipoa.ipoa_flags |= IPOAF_BOUND_IF;
H A Dudp_usrreq.c1602 ipoa.ipoa_flags |= IPOAF_BOUND_IF;
/xnu-2782.1.97/bsd/net/
H A Dif_ipsec.c692 ipoa.ipoa_flags |= IPOAF_BOUND_IF;
748 ip6oa.ip6oa_flags |= IPOAF_BOUND_IF;
H A Dnecp.c4794 (ipoa->ipoa_flags & IPOAF_BOUND_IF) &&
/xnu-2782.1.97/bsd/netinet6/
H A Dip6_output.c401 (ip6oa->ip6oa_flags & IPOAF_BOUND_IF) &&

Completed in 86 milliseconds