Lines Matching refs:addr
53 memcpy(&u, it->addr, 16); in print_gaih_addrtuples()
57 assert_se(a = hexmem(it->addr, 16)); in print_gaih_addrtuples()
245 const void* addr, socklen_t len, in test_gethostbyaddr2_r() argument
268 assert_se(in_addr_to_string(af, addr, &addr_pretty) >= 0); in test_gethostbyaddr2_r()
270 status = f(addr, len, af, &host, buffer, sizeof buffer, &errno1, &errno2, &ttl); in test_gethostbyaddr2_r()
283 const void* addr, socklen_t len, in test_gethostbyaddr_r() argument
305 assert_se(in_addr_to_string(af, addr, &addr_pretty) >= 0); in test_gethostbyaddr_r()
307 status = f(addr, len, af, &host, buffer, sizeof buffer, &errno1, &errno2); in test_gethostbyaddr_r()
345 const void* addr, socklen_t len, in test_byaddr() argument
347 test_gethostbyaddr2_r(handle, module, addr, len, af); in test_byaddr()
350 test_gethostbyaddr_r(handle, module, addr, len, af); in test_byaddr()