Searched refs:ip6_forward (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/netinet6/
H A Dip6_var.h420 void ip6_forward(struct mbuf *, int);
H A Dip6_forward.c29 * $KAME: ip6_forward.c,v 1.69 2001/05/17 03:48:30 itojun Exp $
93 ip6_forward(struct mbuf *m, int srcrt) function
228 printf("ip6_forward: No IPsec request specified.\n");
247 printf("ip6_forward: Invalid policy found. %d\n", sp->policy);
526 * XXX: but is it possible that ip6_forward() sends a packet
539 printf("ip6_forward: outgoing interface is loopback. "
H A Dip6_input.c627 * tell ip6_forward to do the right thing.
656 ip6_forward(m, 1);
970 ip6_forward(m, srcrt);

Completed in 71 milliseconds