Home
last modified time | relevance | path

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

12

/f-stack/tools/compat/include/netinet/
H A Dip_var.h223 int ip_output(struct mbuf *,
/f-stack/freebsd/netinet/
H A Dip_var.h223 int ip_output(struct mbuf *,
H A Din_gif.c306 return (ip_output(m, NULL, NULL, 0, NULL, NULL)); in in_gif_output()
H A Dsctp_os_bsd.h423 result = ip_output(o_pak, NULL, ro, o_flgs, 0, NULL); \
H A Dip_gre.c555 return (ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL)); in in_gre_output()
H A Dtcp_timewait.c645 error = ip_output(m, inp->inp_options, NULL, in tcp_twrespond()
H A Dip_divert.c485 error = ip_output(m, options, NULL, in div_output_outbound()
H A Dip_icmp.c1017 (void) ip_output(m, opts, NULL, 0, NULL, NULL); in icmp_send()
H A Draw_ip.c615 error = ip_output(m, inp->inp_options, NULL, flags, in rip_output()
H A Dip_input.c1067 error = ip_output(m, NULL, &ro, IP_FORWARDING, NULL, NULL); in ip_forward()
H A Dip_output.c319 ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro, int flags, in ip_output() function
H A Dtcp_output.c1492 error = ip_output(m, tp->t_inpcb->inp_options, &tp->t_inpcb->inp_route, in tcp_output()
H A Dudp_usrreq.c1516 error = ip_output(m, inp->inp_options, in udp_output()
H A Dip_carp.c984 carp_send_ad_error(sc, ip_output(m, NULL, NULL, IP_RAWOUTPUT, in carp_send_ad_locked()
H A Dtcp_syncache.c2076 error = ip_output(m, sc->sc_ipopts, NULL, 0, NULL, NULL); in syncache_respond()
H A Dip_mroute.c1696 error = ip_output(m, NULL, NULL, IP_FORWARDING, &imo, NULL); in send_packet()
/f-stack/freebsd/netgraph/
H A Dng_ipfw.c269 return (ip_output(m, NULL, NULL, IP_FORWARDING, in ng_ipfw_rcvdata()
/f-stack/freebsd/net/
H A Dif_stf.c509 error = ip_output(m, NULL, NULL, 0, NULL, NULL); in stf_output()
H A Dif_me.c630 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in me_transmit()
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c1839 ip_output(m, NULL, NULL, 0, NULL, NULL); in pfsync_defer_tmo()
2354 ip_output(m, NULL, NULL, 0, NULL, NULL); in pfsyncintr()
2355 else if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo, in pfsyncintr()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_io.c779 ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in dummynet_send()
H A Dip_fw2.c1023 ip_output(m, NULL, NULL, 0, NULL, NULL); in send_reject()
1086 ip_output(m, NULL, NULL, 0, NULL, NULL); in send_reject()
/f-stack/lib/
H A DMakefile448 ip_output.c \
/f-stack/freebsd/netipsec/
H A Dipsec_output.c823 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, NULL, NULL); in ipsec_process_done()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1324 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL);

12