Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dreuseport_addr_any.c29 static const char *IP6_ADDR = "::1"; variable
130 if (!inet_pton(family, IP6_ADDR, &daddr6.sin6_addr)) in connect_and_send()
131 error(1, errno, "inet_pton failed: %s", IP6_ADDR); in connect_and_send()
264 run_one_test(AF_INET6, AF_INET6, proto, IP6_ADDR); in test_proto()
H A Dtcp_fastopen_backup_key.c46 static const char *IP6_ADDR = "::1"; variable
171 if (!inet_pton(family, IP6_ADDR, &daddr6.sin6_addr)) in connect_and_send()
172 error(1, errno, "inet_pton failed: %s", IP6_ADDR); in connect_and_send()