HomeSort by: relevance | last modified time | path
    Searched refs:ip6_mforward (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet6/
ip6_var.h 307 int ip6_mforward(struct ip6_hdr *, struct ifnet *, struct mbuf *);
ip6_input.c 644 * ip6_mforward() returns a non-zero value, the packet
651 error = ip6_mforward(ip6, rcvif, m);
ip6_mroute.c 1027 ip6_mforward(struct ip6_hdr *ip6, struct ifnet *ifp, struct mbuf *m) function in typeref:typename:int
1039 log(LOG_DEBUG, "ip6_mforward: src %s, dst %s, ifindex %d\n",
1105 log(LOG_DEBUG, "ip6_mforward: no rte s %s g %s\n",
1218 log(LOG_WARNING, "ip6_mforward: ip6_mrouter "
ip6_output.c 668 if (ip6_mforward(ip6, ifp, m) != 0) {

Completed in 16 milliseconds