ether_line
ypbuflen = ether_line(ypbuf, &try, hostname);
if (ether_line(p, &try, hostname) == 0 &&
ypbuflen = ether_line(ypbuf, e, try);
if (ether_line(p, e, try) == 0 && strcmp(hostname, try) == 0)
__weak_alias(ether_line,_ether_line)
int ether_line(const char *, struct ether_addr *, char *);
if (ether_line(p, ð_addr, hostname) == 0)