Home
last modified time | relevance | path

Searched refs:ip_output (Results 1 – 17 of 17) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dip_var.h325 extern int ip_output(struct mbuf *, struct mbuf *, struct route *, int,
H A Din_gif.c234 error = ip_output(m, NULL, &sc->gif_ro, IP_OUTARGS, NULL, &ipoa); in in_gif_output()
H A Dkpi_ipfilter.c482 error = ip_output(m, NULL, &ro, in ipf_injectv4_out()
H A Dip_icmp.c1028 (void) ip_output(m, opts, &ro, IP_OUTARGS, NULL, &ipoa); in icmp_send()
H A Draw_ip.c646 error = ip_output(m, inp->inp_options, &inp->inp_route, flags, in rip_output()
H A Dip_output.c263 ip_output(struct mbuf *m0, struct mbuf *opt, struct route *ro, int flags, in ip_output() function
3415 error = ip_output(m, NULL, &ro, 0, NULL, NULL); in ip_gre_output()
H A Digmp.c3960 error = ip_output(m0, ipopts, &ro, 0, imo, NULL); in igmp_sendpkt()
H A Dip_dummynet.c1150 (void)ip_output(m, NULL, &tmp_rt, pkt->dn_flags, NULL, NULL); in dummynet_send()
H A Dudp_usrreq.c1984 error = ip_output(m, inpopts, &ro, soopts, mopts, &ipoa); in udp_output()
H A Dip_input.c3567 error = ip_output(m, NULL, &fwd_rt, IP_FORWARDING | IP_OUTARGS, in ip_forward()
H A Dtcp_subr.c1042 (void) ip_output(m, NULL, &sro, IP_OUTARGS, NULL, &ipoa); in tcp_respond()
/xnu-8019.80.24/bsd/net/
H A Dif_stf.c618 result = ip_output(m, NULL, &sc->sc_ro, IP_OUTARGS, NULL, &ipoa); in stf_pre_output()
H A Dif_ipsec.c3810 (void)ip_output(data, NULL, &ro, flags, NULL, &ipoa); in ipsec_output()
H A Dpf.c2718 ip_output(m, NULL, &ro, 0, NULL, NULL); in pf_send_tcp()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3800 (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/conf/
H A Dfiles306 bsd/netinet/ip_output.c optional inet
/xnu-8019.80.24/bsd/netinet6/
H A Dipsec.c3896 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()