Home
last modified time | relevance | path

Searched refs:phyint_send (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_mroute.c131 static void phyint_send(struct ip6_hdr *, struct mif6 *, struct mbuf *);
1520 phyint_send(ip6, mifp, m); in ip6_mdq()
1527 phyint_send(struct ip6_hdr *ip6, struct mif6 *mifp, struct mbuf *m) in phyint_send() function
/f-stack/freebsd/netinet/
H A Dip_mroute.c340 static void phyint_send(struct ip *, struct vif *, struct mbuf *);
1506 phyint_send(ip, V_viftable + xmt_vif, m); in ip_mdq()
1595 phyint_send(ip, V_viftable + vifi, m); in ip_mdq()
1655 phyint_send(struct ip *ip, struct vif *vifp, struct mbuf *m) in phyint_send() function