ether_aton_r
return (ether_aton_r(a, &e));
ep = ether_aton_r(ether_aton_bad_string, &e);
ATF_TP_ADD_TC(tp, ether_aton_r);
ATF_TC_WITHOUT_HEAD(ether_aton_r);
ATF_TC_BODY(ether_aton_r, tc)
ep = ether_aton_r(ether_aton_string, &e);
struct ether_addr *ether_aton_r(const char *, struct ether_addr *);
if (ether_aton_r(addr, ea) == NULL)
ether_aton_r(user_addr, (struct ether_addr *)&tmp);
bssid = (uint8_t *)ether_aton_r(argv[3], &ea);