ether_ntohost
ATF_TC_WITHOUT_HEAD(ether_ntohost);
ATF_TC_BODY(ether_ntohost, tc)
ATF_TP_ADD_TC(tp, ether_ntohost);
if (ether_ntohost(name, n) != 0)
int ether_ntohost(char *, const struct ether_addr *);
if (ether_ntohost(hp, eap) != 0) {
if (ether_ntohost(ename, (struct ether_addr *)&ep->ether_shost) != 0) {