Home
last modified time | relevance | path

Searched refs:ether_ntoa_string (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/tests/net/
H A Dether_test.c129 static const char *ether_ntoa_string = "01:23:45:67:89:ab"; variable
143 ATF_REQUIRE_MSG(strcmp(cp, ether_ntoa_string) == 0, in ATF_TC_BODY()
144 "strings did not match (`%s` != `%s`)", cp, ether_ntoa_string); in ATF_TC_BODY()
154 ATF_REQUIRE_MSG(strcmp(cp, ether_ntoa_string) == 0, in ATF_TC_BODY()
155 "strings did not match (`%s` != `%s`)", cp, ether_ntoa_string); in ATF_TC_BODY()