Home
last modified time | relevance | path

Searched refs:IPOAF_BOUND_SRCADDR (Results 1 – 10 of 10) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dip_var.h286 #define IPOAF_BOUND_SRCADDR 0x00000004 /* bound to src address */ macro
H A Dkpi_ipfilter.c462 ipoa.ipoa_flags |= IPOAF_BOUND_SRCADDR; in ipf_injectv4_out()
H A Dip_icmp.c997 ipoa.ipoa_flags = IPOAF_SELECT_SRCIF | IPOAF_BOUND_SRCADDR; in icmp_send()
H A Draw_ip.c535 ipoa.ipoa_flags |= IPOAF_BOUND_SRCADDR; in rip_output()
H A Dip_output.c441 ipobf.srcbound = !!(ipoa->ipoa_flags & IPOAF_BOUND_SRCADDR); in ip_output_list()
452 IPOAF_BOUND_IF | IPOAF_BOUND_SRCADDR); in ip_output_list()
H A Dtcp_output.c2895 ipoa.ipoa_flags = IPOAF_SELECT_SRCIF | IPOAF_BOUND_SRCADDR; in tcp_ip_output()
H A Dudp_usrreq.c1980 ipoa.ipoa_flags |= IPOAF_BOUND_SRCADDR; in udp_output()
H A Dtcp_subr.c1005 ipoa.ipoa_flags = IPOAF_SELECT_SRCIF | IPOAF_BOUND_SRCADDR; in tcp_respond()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3781 IPOAF_BOUND_SRCADDR); in fsw_flow_abort_tcp()
3921 IPOAF_BOUND_SRCADDR); in fsw_flow_abort_quic()
/xnu-8019.80.24/bsd/net/
H A Dif_ipsec.c3801 ipoa.ipoa_flags = IPOAF_SELECT_SRCIF | IPOAF_BOUND_SRCADDR; in ipsec_output()