| /xnu-8792.41.9/bsd/netinet/ |
| H A D | ip_var.h | 327 extern int ip_output(struct mbuf *, struct mbuf *, struct route *, int,
|
| 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 | 482 error = ip_output(m, NULL, &ro, 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 | 660 error = ip_output(m, inp->inp_options, &inp->inp_route, flags, in rip_output()
|
| H A D | ip_output.c | 263 ip_output(struct mbuf *m0, struct mbuf *opt, struct route *ro, int flags, in ip_output() function 3409 error = ip_output(m, NULL, &ro, 0, NULL, NULL); in ip_gre_output()
|
| H A D | ip_dummynet.c | 1147 (void)ip_output(m, NULL, &tmp_rt, pkt->dn_flags, NULL, NULL); in dummynet_send()
|
| H A D | igmp.c | 4000 error = ip_output(m0, ipopts, &ro, 0, imo, NULL); in igmp_sendpkt()
|
| H A D | udp_usrreq.c | 1995 error = ip_output(m, inpopts, &ro, soopts, mopts, &ipoa); in udp_output()
|
| H A D | ip_input.c | 3570 error = ip_output(m, NULL, &fwd_rt, IP_FORWARDING | IP_OUTARGS, in ip_forward()
|
| H A D | tcp_subr.c | 1055 (void) ip_output(m, NULL, &sro, IP_OUTARGS, NULL, &ipoa); in tcp_respond()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 868 (void) ip_output(m, NULL, &ro, IP_OUTARGS, NULL, &ipoa); in flow_track_abort_tcp() 1007 (void) ip_output(m, NULL, &ro, IP_OUTARGS, NULL, &ipoa); in flow_track_abort_quic()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | if_stf.c | 613 result = ip_output(m, NULL, &sc->sc_ro, IP_OUTARGS, NULL, &ipoa); in stf_pre_output()
|
| H A D | if_ipsec.c | 3818 (void)ip_output(data, NULL, &ro, flags, NULL, &ipoa); in ipsec_output()
|
| H A D | pf.c | 2775 ip_output(m, NULL, &ro, 0, NULL, NULL); in pf_send_tcp()
|
| /xnu-8792.41.9/bsd/conf/ |
| H A D | files | 256 bsd/netinet/ip_output.c optional inet
|
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | ipsec.c | 3903 error = ip_output(state->m, NULL, &ro4_copy, IP_OUTARGS, NULL, &ipoa); in ipsec6_output_tunnel_internal() 4957 error = ip_output(m, NULL, &ro, IP_OUTARGS | IP_NOIPSEC, NULL, &ipoa); in ipsec_send_natt_keepalive()
|