ether_ntohost
int ether_ntohost(char *, struct ether_addr *);
int ether_ntohost (char *, const struct ether_addr *);
if (ether_ntohost(hp, eap) != 0) {
if (ether_ntohost(ename, (struct ether_addr *)&ep->ether_shost) != 0) {