Home
last modified time | relevance | path

Searched refs:addrinfo_to_str (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/sntp/tests/
H A Dutilities.c90 TEST_ASSERT_EQUAL_STRING(ADDR, addrinfo_to_str(&inputA)); in test_IPv4Address()
112 TEST_ASSERT_EQUAL_STRING(expected, addrinfo_to_str(&inputA)); in test_IPv6Address()
/freebsd/contrib/ntp/sntp/
H A Dutilities.h21 char *addrinfo_to_str(const struct addrinfo *addr);
H A Dutilities.c105 addrinfo_to_str ( in addrinfo_to_str() function
H A Dmain.c818 hostname = addrinfo_to_str(ai); in check_kod()
/freebsd/contrib/ntp/
H A DCommitLog[all...]