Lines Matching defs:ether_multi
175 LIST_HEAD(, ether_multi) ec_multiaddrs; /* list of ether multicast
272 struct ether_multi {
276 LIST_ENTRY(ether_multi) enm_list;
281 * all of the ether_multi records.
284 struct ether_multi *e_enm;
288 * lookup the ether_multi record for a given range of Ethernet
292 static __inline struct ether_multi *
296 struct ether_multi *enm;
311 * step through all of the ether_multi records, one at a time.
317 static __inline struct ether_multi *
320 struct ether_multi *enm;
330 /* struct ether_multi *enm; */ \
333 static __inline struct ether_multi *
345 /* struct ether_multi *enm; */ \