Lines Matching defs:enm
418 struct ether_multi *enm;
450 ETHER_FIRST_MULTI(step, ac, enm);
451 while (enm != NULL) {
452 h = ether_crc32_le(enm->enm_addrlo,
460 ETHER_NEXT_MULTI(step, enm);
474 struct ether_multi *enm;
501 ETHER_FIRST_MULTI(step, ac, enm);
502 while (enm != NULL) {
503 h = ether_crc32_be(enm->enm_addrlo,
511 ETHER_NEXT_MULTI(step, enm);