Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dtxtimestamp.c810 int have_ipv4 = 0, have_ipv6 = 0; in resolve_hostname() local
817 while (cur && !have_ipv4 && !have_ipv6) { in resolve_hostname()
823 else if (!have_ipv6 && cur->ai_family == AF_INET6) { in resolve_hostname()
826 have_ipv6 = 1; in resolve_hostname()
839 do_ipv6 &= have_ipv6; in resolve_hostname()
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/
H A D0001-Add-option-to-disable-timed-dependant-tests.patch35 if test $have_ipv6 = 0; then