Lines Matching refs:test_ai_eq
1465 test_ai_eq(local_outcome.ai, "1.2.3.4:80", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1494 test_ai_eq(local_outcome.ai, "[f::f]:8008", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1509 test_ai_eq(a, "5.6.7.8", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1512 test_ai_eq(a, "5.6.7.8", SOCK_DGRAM, IPPROTO_UDP); in test_getaddrinfo_async()
1530 test_ai_eq(a, "0.0.0.0:9090", SOCK_DGRAM, IPPROTO_UDP); in test_getaddrinfo_async()
1534 test_ai_eq(a, "[::]:9090", SOCK_DGRAM, IPPROTO_UDP); in test_getaddrinfo_async()
1551 test_ai_eq(a, "127.0.0.1:2", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1555 test_ai_eq(a, "[::1]:2", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1572 test_ai_eq(a, "127.0.0.1:80", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1576 test_ai_eq(a, "[::1]:80", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1591 test_ai_eq(a, "[::1]:9999", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1712 test_ai_eq(a, "80.80.32.32:8000", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1715 test_ai_eq(a, "[80ff::bbbb]:8000", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1723 test_ai_eq(a_out[1].ai, "18.52.86.120:8001", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1731 test_ai_eq(a_out[2].ai, "[b0b::f00d]:8002", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1737 test_ai_eq(a_out[3].ai, "18.52.86.120:8003", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1743 test_ai_eq(a_out[4].ai, "[b0b::f00d]:8004", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1757 test_ai_eq(a_out[7].ai, "171.205.239.1:8007", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1768 test_ai_eq(a, "80.80.32.32:8009", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1773 test_ai_eq(a, "[80ff::bbbb]:8009", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()
1781 test_ai_eq(a_out[10].ai, "[a0a::ff01]:8010", SOCK_STREAM, IPPROTO_TCP); in test_getaddrinfo_async()