Searched refs:have_ipv4 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/Documentation/networking/timestamping/
H A Dtxtimestamp.c472 int have_ipv4 = 0, have_ipv6 = 0; resolve_hostname() local
478 while (cur && !have_ipv4 && !have_ipv6) { resolve_hostname()
479 if (!have_ipv4 && cur->ai_family == AF_INET) { resolve_hostname()
482 have_ipv4 = 1; resolve_hostname()
494 do_ipv4 &= have_ipv4; resolve_hostname()

Completed in 33 milliseconds