Searched refs:ip6_output (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template98 ip6_output.o \
258 ip6_output.o \
H A Dfiles331 bsd/netinet6/ip6_output.c optional inet6
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_gif.c245 return(ip6_output(m, 0, &sc->gif_ro6, IPV6_MINMTU, 0, NULL, NULL));
247 return(ip6_output(m, 0, &sc->gif_ro6, 0, 0, NULL, NULL));
H A Dip6_var.h352 /* flags passed to ip6_output as last parameter */
382 * Extra information passed to ip6_output when IPV6_OUTARGS is set.
489 int ip6_output(struct mbuf *, struct ip6_pktopts *, struct route_in6 *,
H A Dudp6_output.c346 #if 0 /* ip6_plen will be filled in ip6_output. */
395 error = ip6_output(m, optp, &in6p->in6p_route,
H A Dnd6_nbr.c798 ip6_output(m, NULL, NULL, flags, im6o, &outif, &ip6oa);
1446 ip6_output(m, NULL, NULL, IPV6_OUTARGS, im6o, &outif, &ip6oa);
H A Draw_ip6.c329 * Generate IPv6 header and pass packet to ip6_output.
501 /* ip6_plen will be filled in ip6_output, so not fill it here. */
559 error = ip6_output(m, optp, &in6p->in6p_route, flags, im6o,
H A Dicmp6.c659 * ip6_output().
2372 ip6_output(m, NULL, NULL, IPV6_OUTARGS, NULL, &outif, &ip6oa);
2910 ip6_output(m, NULL, NULL, IPV6_OUTARGS, NULL, &outif, &ip6oa);
H A Dip6_output.c29 /* $FreeBSD: src/sys/netinet6/ip6_output.c,v 1.43 2002/10/31 19:45:48 ume Exp $ */
30 /* $KAME: ip6_output.c,v 1.279 2002/01/26 06:12:30 jinmei Exp $ */
243 * Break the chain before calling ip6_output() and free the
248 error = ip6_output(m, opt, ro, flags, im6o, ifpp, ip6oap);
272 ip6_output( function
494 printf("ip6_output: Invalid policy found. %d\n", sp->policy);
705 printf("ip6_output (ipsec): error code %d\n", error);
894 printf("ip6_output (ipsec): error code %d\n", error);
3506 * Routine called from ip6_output() to loop back a copy of an IP6 multicast
H A Dip6_mroute.c1484 * so that ip6_output() only scribbles on the copy.
1497 * If we sourced the packet, call ip6_output since we may devide
1513 /* XXX: ip6_output will override ip6->ip6_hlim */
1516 error = ip6_output(mb_copy, NULL, &ro, IPV6_FORWARDING,
H A Dmld6.c216 * A special case for IPv6 is the in6_setscope() routine. ip6_output()
2012 * ip6_output(), which will try to lock in6_multihead_lock and cause
3297 * Retrieve the ICMPv6 type before handoff to ip6_output(),
3311 error = ip6_output(m0, &mld_po, NULL, IPV6_UNSPECSRC, im6o,
3317 MLD_PRINTF(("%s: ip6_output(%p) = %d\n", __func__, m0, error));
/darwin-on-arm/xnu/bsd/netinet/
H A Dkpi_ipfilter.c396 * ip6_output.
398 error = ip6_output(m, NULL, &ro, IPV6_OUTARGS, im6o, NULL, &ip6oa);
H A Dip_dummynet.c106 #include <netinet/ip6.h> /* for ip6_input, ip6_output prototypes */
1132 ip6_output(m, NULL, &ro6, IPV6_FORWARDING, NULL, NULL, NULL);
1684 * won't be freed by ip6_output()
H A Dtcp_subr.c776 (void) ip6_output(m, NULL, ro6, IPV6_OUTARGS, NULL,
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c2522 ip6_output(m, NULL, &ro6, 0, NULL, NULL, NULL);
7880 ip6_output(m0, NULL, NULL, 0, NULL, NULL, NULL);

Completed in 85 milliseconds