Searched refs:ether_aton_bad_string (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/tools/regression/lib/libc/net/
H A Dtest-ether.c124 static const char *ether_aton_bad_string = "x"; variable
132 ep = ether_aton_r(ether_aton_bad_string, &e);
160 ep = ether_aton(ether_aton_bad_string);

Completed in 44 milliseconds