Lines Matching defs:eap
46 getether(char *ifname, char *eap)
61 bcopy(&phys.current_pa[0], eap, EALEN);
81 /* eap: Ether address (output) */
82 getether(char *ifname, char *eap)
107 bcopy(&ifrnit.ifr_addr.sa_data[0], eap, EALEN);
127 /* eap: Ether address (output) */
129 getether(char *ifname, char *eap)
158 bcopy(LLADDR((struct sockaddr_dl *) &ifrp->ifr_addr), eap, EALEN);
193 /* eap: Ether address (output) */
194 getether(char *ifname, char *eap)
316 memcpy(eap, enaddr, EALEN);
346 getether(char *ifname, char *eap)
361 bcopy(phys.ifr_hwaddr, eap, EALEN);
374 getether(char *ifname, char *eap)