Lines Matching refs:ether_multi
175 LIST_HEAD(, ether_multi) ec_multiaddrs; /* list of ether multicast
268 struct ether_multi {
272 LIST_ENTRY(ether_multi) enm_list;
277 * all of the ether_multi records.
280 struct ether_multi *e_enm;
284 * lookup the ether_multi record for a given range of Ethernet
288 static __inline struct ether_multi *
292 struct ether_multi *enm;
307 * step through all of the ether_multi records, one at a time.
313 static __inline struct ether_multi *
316 struct ether_multi *enm;
326 /* struct ether_multi *enm; */ \
329 static __inline struct ether_multi *
341 /* struct ether_multi *enm; */ \