Home
last modified time | relevance | path

Searched refs:addrhi (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/net/
H A Dif_ethersubr.c495 u_char addrhi[6]; local
502 bcopy(addrlo, addrhi, 6);
515 bcopy(ether_ipmulticast_max, addrhi, 6);
519 bcopy(addrlo, addrhi, 6);
539 ETHER_LOOKUP_MULTI(addrlo, addrhi, ac, enm);
558 bcopy(addrhi, enm->enm_addrhi, 6);
584 u_char addrhi[6]; local
591 bcopy(addrlo, addrhi, 6);
604 bcopy(ether_ipmulticast_max, addrhi, 6);
608 bcopy(addrlo, addrhi, 6);
[all …]
/original-bsd/sys/netinet/
H A Dif_ether.h159 #define ETHER_LOOKUP_MULTI(addrlo, addrhi, ac, enm) \ argument
168 bcmp((enm)->enm_addrhi, (addrhi), 6) != 0); \