Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_var.h206 int ip_output(struct mbuf *,
H A Din_gif.c215 error = ip_output(m, NULL, ro, 0, NULL, NULL); in in_gif_output()
H A Digmp.c541 ip_output(m, router_alert, &igmprt, 0, &imo, NULL); in igmp_sendpkt()
H A Dip_divert.c361 error = ip_output(m, NULL, NULL, in div_output()
H A Draw_ip.c293 return ip_output(m, inp->inp_options, &inp->inp_route, flags, in rip_output()
H A Dudp_usrreq.c872 error = ip_output(m, m_opt, NULL, flags, inp->inp_moptions, inp); in udp_send_redispatch()
1212 error = ip_output(m, inp->inp_options, &inp->inp_route, flags, in udp_send()
H A Dip_icmp.c1138 ip_output(m, opts, rt, 0, NULL, NULL); in icmp_send()
H A Dtcp_output.c1251 error = ip_output(m, inp->inp_options, &inp->inp_route, in tcp_output()
H A Dtcp_syncache.c1321 error = ip_output(m, sc->sc_ipopts, &sc->sc_route, in syncache_respond()
H A Dip_output.c168 ip_output(struct mbuf *m0, struct mbuf *opt, struct route *ro, in ip_output() function
H A Dip_input.c2107 error = ip_output(m, NULL, &fwd_ro, IP_FORWARDING, NULL, NULL); in ip_forward()
H A Dtcp_subr.c702 ip_output(m, NULL, ro, ipflags, NULL, inp); in tcp_respond()
H A Dip_carp.c1397 if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo, NULL)) { in carp_send_ad()
/dragonfly/sys/netgraph7/
H A Dng_ipfw.c245 return ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in ng_ipfw_rcvdata()
/dragonfly/sys/net/dummynet/
H A Dip_dummynet_glue.c311 ip_output(pkt->dn_m, NULL, NULL, pkt->flags, NULL, NULL); in ip_dn_ip_output()
/dragonfly/sys/net/dummynet3/
H A Dip_dummynet3_glue.c311 ip_output(pkt->dn_m, NULL, NULL, pkt->flags, NULL, NULL); in ip_dn_ip_output()
/dragonfly/sys/net/stf/
H A Dif_stf.c440 return ip_output(m, NULL, ro, IP_DEBUGROUTE, NULL, NULL); in stf_output_serialized()
/dragonfly/sys/net/gre/
H A Dif_gre.c419 error = ip_output(m, NULL, ro, IP_DEBUGROUTE, NULL, NULL); in gre_output_serialized()
/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.c1931 ip_output(m, NULL, &vifp->v_route, IP_FORWARDING, NULL, NULL); in tbf_send_packet()
1948 error = ip_output(m, NULL, &ro, IP_FORWARDING, &imo, NULL); in tbf_send_packet()
/dragonfly/sys/net/pf/
H A Dif_pfsync.c1741 if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo, NULL)) in pfsync_sendout_mbuf()
H A Dpf.c2255 ip_output(m, NULL, NULL, 0, NULL, NULL); in pf_send_tcp()
2275 ip_output(m, NULL, &ro, 0, NULL, NULL); in pf_send_tcp()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c2957 ip_output(m, NULL, &sro, 0, NULL, NULL); in send_pkt()
3217 ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in ipfw_ip_xlate_dispatch()
/dragonfly/sys/conf/
H A Dfiles1820 netinet/ip_output.c optional inet