HomeSort by: relevance | last modified time | path
    Searched defs:phyint_send (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
ip6_mroute.c 160 static void phyint_send(struct ip6_hdr *, struct mif6 *, struct mbuf *);
1354 phyint_send((ip6), (mifp), (m)); \
1524 phyint_send(struct ip6_hdr *ip6, struct mif6 *mifp, struct mbuf *m) function in typeref:typename:void
1571 log(LOG_DEBUG, "phyint_send on mif %td err %d\n",
1602 log(LOG_DEBUG, "phyint_send on mif %td err %d\n",
1621 "phyint_send: packet too big on %s o %s g %s"
  /src/sys/netinet/
ip_mroute.c 218 static void phyint_send(struct ip *, struct vif *, struct mbuf *);
1578 phyint_send((ip), (vifp), (m)); \
1721 phyint_send(struct ip *ip, struct vif *vifp, struct mbuf *m) function in typeref:typename:void
2057 log(LOG_DEBUG, "phyint_send on vif %ld err %d\n",

Completed in 16 milliseconds