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

/freebsd-10-stable/usr.bin/netstat/
H A Dmroute6.c120 struct mif6 mif6table[MAXMIFS];
123 struct mif6 *mifp;
/freebsd-10-stable/sys/netinet6/
H A Dip6_mroute.h201 struct mif6 { struct
H A Dip6_mroute.c134 static void phyint_send(struct ip6_hdr *, struct mif6 *, struct mbuf *);
135 static int register_send(struct ip6_hdr *, struct mif6 *, struct mbuf *);
202 static struct mif6 mif6table[MAXMIFS];
204 &mif6table, sizeof(mif6table), "S,mif6[MAXMIFS]",
205 "IPv6 Multicast Interfaces (struct mif6[MAXMIFS], netinet6/ip6_mroute.h)");
657 struct mif6 *mifp;
737 struct mif6 *mifp = mif6table + *mifip;
1049 struct mif6 *mifp;
1346 struct mif6 *mifp;
1514 phyint_send(struct ip6_hdr *ip6, struct mif6 *mif
[all...]

Completed in 75 milliseconds