Home
last modified time | relevance | path

Searched refs:_ether_aton (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libc/net/
H A Dethers.c42 static char * _ether_aton(const char *, struct ether_addr *);
58 _ether_aton(const char *s, struct ether_addr *e) in _ether_aton() function
89 return (_ether_aton(s, &n) ? &n : NULL); in ether_aton()
165 if ((p = _ether_aton(line, e)) == NULL || (*p != ' ' && *p != '\t')) in ether_line()