Searched refs:IP_OUTARGS (Results 1 – 15 of 15) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | ip_output.c | 245 if (flags & IP_OUTARGS) { in ip_output_pf_dn_hook() 394 if ((dn_tag->dn_flags & IP_OUTARGS)) { in ip_output_list() 410 if ((flags & IP_OUTARGS) && (ipoa != NULL) && in ip_output_list() 423 if (flags & IP_OUTARGS) { in ip_output_list() 449 if (flags & IP_OUTARGS) { in ip_output_list() 456 if (flags & IP_OUTARGS) { in ip_output_list() 695 if (flags & IP_OUTARGS) { in ip_output_list() 797 if (flags & IP_OUTARGS) { in ip_output_list() 1180 …flags, (flags & IP_OUTARGS) ? ipoa : NULL, ro ? ro->ro_rt : NULL, &necp_result, &necp_result_param… in ip_output_list()
|
| H A D | ip_var.h | 245 #define IP_OUTARGS 0x100 /* has ancillary output info */ macro
|
| H A D | in_gif.c | 234 error = ip_output(m, NULL, &sc->gif_ro, IP_OUTARGS, NULL, &ipoa); in in_gif_output()
|
| H A D | kpi_ipfilter.c | 483 IP_ALLOWBROADCAST | IP_RAWOUTPUT | IP_OUTARGS, imo, &ipoa); in ipf_injectv4_out()
|
| H A D | ip_icmp.c | 1028 (void) ip_output(m, opts, &ro, IP_OUTARGS, NULL, &ipoa); in icmp_send()
|
| H A D | raw_ip.c | 457 flags |= IP_OUTARGS; in rip_output()
|
| H A D | tcp_output.c | 2974 flags |= IP_OUTARGS; in tcp_ip_output()
|
| H A D | udp_usrreq.c | 1614 soopts |= IP_OUTARGS; in udp_output()
|
| H A D | ip_input.c | 3567 error = ip_output(m, NULL, &fwd_rt, IP_FORWARDING | IP_OUTARGS, in ip_forward()
|
| H A D | tcp_subr.c | 1042 (void) ip_output(m, NULL, &sro, IP_OUTARGS, NULL, &ipoa); in tcp_respond()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_stf.c | 618 result = ip_output(m, NULL, &sc->sc_ro, IP_OUTARGS, NULL, &ipoa); in stf_pre_output()
|
| H A D | if_ipsec.c | 1137 necp_matched_policy_id = necp_ip_output_find_policy_match(data, IP_OUTARGS, &args4, NULL, in ipsec_netif_check_policy() 3796 flags = (IP_OUTARGS | /* Passing out args to specify interface */ in ipsec_output()
|
| H A D | necp.c | 9342 if ((flags & IP_OUTARGS) && (ipoa != NULL) && in necp_ip_output_find_policy_match()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 3800 (void) ip_output(m, NULL, &ro, IP_OUTARGS, NULL, &ipoa); in fsw_flow_abort_tcp() 3942 (void) ip_output(m, NULL, &ro, IP_OUTARGS, NULL, &ipoa); in fsw_flow_abort_quic()
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | ipsec.c | 3896 error = ip_output(state->m, NULL, &ro4_copy, IP_OUTARGS, NULL, &ipoa); in ipsec6_output_tunnel_internal() 4943 error = ip_output(m, NULL, &ro, IP_OUTARGS | IP_NOIPSEC, NULL, &ipoa); in ipsec_send_natt_keepalive()
|