Home | History | Annotate | Download | only in netinet

Lines Matching defs:in_multi

103 	LIST_HEAD(, in_multi) ia_multiaddrs; /* list of multicast addresses */
104 struct in_multi *ia_allhosts; /* multicast address record for
371 struct in_multi {
372 LIST_ENTRY(in_multi) inm_list; /* list of multicast addresses */
416 * through all of the in_multi records.
420 struct in_multi *i_inm;
424 struct in_multi *in_first_multi(struct in_multistep *);
425 struct in_multi *in_next_multi(struct in_multistep *);
426 struct in_multi *in_lookup_multi(struct in_addr, struct ifnet *);
427 struct in_multi *in_addmulti(struct in_addr *, struct ifnet *);
428 void in_delmulti(struct in_multi *);