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

/netbsd-current/sys/rump/net/lib/libnetinet/
H A DMakefile.inc10 ip_flow.c ip_input.c ip_reass.c ip_output.c raw_ip.c \
/netbsd-current/sys/netinet/
H A Dip_var.h87 * and passed to ip_output when ip options are in use.
100 * passed to ip_output when IP multicast options are in use.
173 * The following flags can be passed to ip_output() as last parameter
219 int ip_output(struct mbuf *, struct mbuf *, struct route *, int,
H A Din_gif.c158 /* version will be set in ip_output() */
193 error = ip_output(m, NULL, ro_pc, 0, NULL, NULL);
H A Din_l2tp.c134 /* version will be set in ip_output() */
230 error = ip_output(m, NULL, ro_pc, 0, NULL, NULL);
H A Digmp.c546 /* XXX: Needed for ip_output(). */
648 * The caller must still acquire softnet_lock for ip_output().
653 ip_output(m, NULL, NULL, IP_IGMP_MCAST, &imo, NULL);
H A Draw_ip.c291 * Generate IP header and pass packet to ip_output.
381 /* Prevent ip_output from overwriting header fields. */
391 return ip_output(m, opts, &inp->inp_route, flags, pktopts.ippo_imo,
H A Dip_output.c1 /* $NetBSD: ip_output.c,v 1.326 2023/04/19 22:00:18 mlelstv Exp $ */
90 * @(#)ip_output.c 8.3 (Berkeley) 1/21/94
94 __KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.326 2023/04/19 22:00:18 mlelstv Exp $");
229 ip_output(struct mbuf *m0, struct mbuf *opt, struct route *ro, int flags, function
788 * fragmented, re-inject it in ip_output so that IPsec
792 error = ip_output(m, opt, NULL,
2131 * Routine called from ip_output() to loop back a copy of an IP multicast
H A Dip_icmp.c376 /* ip_v set in ip_output */
380 /* ip_id set in ip_output */
727 goto done; /* ip_output() will check for broadcast */
960 (void)ip_output(m, opts, NULL, 0, NULL, NULL);
H A Dtcp_syncache.c1338 error = ip_output(m, sc->sc_ipopts, ro,
H A Dudp_usrreq.c844 return ip_output(m, inp->inp_options, ro, flags, pktopts.ippo_imo, inp);
H A Dip_mroute.c1277 * ip_output() relies on that and
1729 * so that ip_output() only scribbles on the copy.
2044 ip_output(m, NULL, &vifp->v_route, IP_FORWARDING, NULL, NULL);
2053 error = ip_output(m, NULL, NULL, IP_FORWARDING|IP_MULTICASTOPTS,
H A Dtcp_output.c1585 error = ip_output(m, opts, ro,
H A Dip_input.c684 * ip_output().)
1414 error = ip_output(m, NULL, ro,
H A Dtcp_subr.c854 error = ip_output(m, NULL, ro,
H A Dip_carp.c1115 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo,
1121 CARP_LOG(sc, ("ip_output failed: %d", error));
H A Ddccp_usrreq.c1512 DCCP_DEBUG((LOG_INFO, "Calling ip_output, mbuf->m_len = %u, mbuf->m_pkthdr.len = %u\n", m->m_len, m->m_pkthdr.len));
1513 error = ip_output(m, inp->inp_options, &inp->inp_route,
H A Dsctp_output.c1133 * Notes: For v4, we can always punt and let ip_output
2190 * the ip_output should fail as well with a NO_ROUTE_TO_HOST
2250 ret = ip_output(m, inp->ip_inp.inp.inp_options,
8126 printf("sctp_shutdown_complete2 calling ip_output:\n");
8133 ip_output(mout, 0, &ro, IP_RAWOUTPUT, NULL, NULL);
9063 printf("sctp_send_abort calling ip_output:\n");
9070 (void)ip_output(mout, 0, &ro, IP_RAWOUTPUT, NULL, NULL);
9157 ip_output(scm, 0, &ro, IP_RAWOUTPUT, NULL, NULL);
/netbsd-current/sys/net/npf/
H A Dnpf_sendpkt.c205 return ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL);
/netbsd-current/sys/net/
H A Dif_stf.c456 return ip_output(m, NULL, &sc->sc_ro, 0, NULL, NULL);
/netbsd-current/sys/netipsec/
H A Dipsec_output.c120 rv = ip_output(m, NULL, ro, IP_RAWOUTPUT|IP_NOIPNEWID,
/netbsd-current/external/bsd/ipf/dist/
H A DHISTORY1260 Diffs for ip_output.c and ip_input.c updated to fix bug with fastroute and
1460 ip_optcopy() staticly defined in ip_output.c in SunOS4 - Nick Hall
1756 Updated ip_input.c and ip_output.c with paches for 3.5 Multicast IP.
1820 repackaged to include the correct ip_output.c and ip_input.c *goof*
/netbsd-current/sys/netinet6/
H A Dudp6_usrreq.c1037 error = ip_output(m, NULL, &inp->inp_route, flags /* XXX */,
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_fil_netbsd.c2000 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL);
/netbsd-current/sys/dist/pf/net/
H A Dif_pfsync.c1605 if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo, NULL)) {
H A Dpf.c1804 ip_output(m, (void *)NULL, (void *)NULL, 0,
1829 ip_output(m, (void *)NULL, &ro, IP_ROUTETOETHER,
5348 /* Copied from ip_output. */

Completed in 491 milliseconds