ether_line
if (!ether_line(buf, &local_ether, local_host)) {
if (!ether_line(buf, &local_ether, local_host)) {
ATF_TP_ADD_TC(tp, ether_line);
ATF_TC_WITHOUT_HEAD(ether_line);
ATF_TC_BODY(ether_line, tc)
ATF_REQUIRE_MSG(ether_line(ether_line_string, &e, hostname) == 0,
ATF_REQUIRE_MSG(ether_line(ether_line_bad_1_string, &e, hostname) != 0,
ATF_REQUIRE_MSG(ether_line(ether_line_bad_2_string, &e, hostname) != 0,
int ether_line(const char *, struct ether_addr *, char *);