Searched refs:phyint_send (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/netinet6/ |
| D | 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) in phyint_send() function
|
| /netbsd/src/sys/netinet/ |
| D | 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) in phyint_send() function
|