_ether_aton
if ((p = _ether_aton(line, e)) == NULL || (*p != ' ' && *p != '\t'))
static char * _ether_aton(const char *, struct ether_addr *);
return (_ether_aton(s, &n) ? &n : NULL);