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

/freebsd-11.0-release/lib/libc/tests/net/
H A Dether_test.c100 static const char *ether_aton_bad_string = "x"; variable
107 ep = ether_aton_r(ether_aton_bad_string, &e);
127 ep = ether_aton(ether_aton_bad_string);

Completed in 42 milliseconds