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

/freebsd-11-stable/contrib/ntp/sntp/
H A Dutilities.h22 char *addrinfo_to_str(const struct addrinfo *addr);
H A Dutilities.c105 addrinfo_to_str ( function
H A Dmain.c817 hostname = addrinfo_to_str(ai);
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A Dutilities.c93 TEST_ASSERT_EQUAL_STRING(ADDR, addrinfo_to_str(&inputA));
115 TEST_ASSERT_EQUAL_STRING(expected, addrinfo_to_str(&inputA));

Completed in 112 milliseconds