Searched defs:just_right (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dnetdb_test.cpp122 socklen_t just_right = sizeof(sockaddr_in); local
127 ASSERT_EQ(0, getnameinfo(sa, just_right, tmp, sizeof(tmp), NULL, 0, NI_NUMERICHOST));
132 just_right = sizeof(sockaddr_in6);
134 too_much = just_right + 1;
138 ASSERT_EQ(0, getnameinfo(sa, just_right, tmp, sizeof(tmp), NULL, 0, NI_NUMERICHOST));

Completed in 76 milliseconds