ether_line
PROTO_NORMAL(ether_line);
if (ether_line(buf, &try, hostname) == 0 &&
if (ether_line(buf, e, try) == 0 && strcmp(hostname, try) == 0) {
DEF_WEAK(ether_line);
int ether_line(const char *, struct ether_addr *, char *);