Home
last modified time | relevance | path

Searched refs:ss_to_str (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/sntp/
H A Dutilities.c114 return ss_to_str(&s); in addrinfo_to_str()
124 ss_to_str( in ss_to_str() function
H A Dutilities.h22 char *ss_to_str(sockaddr_u *saddr);
/freebsd/contrib/ntp/sntp/tests/
H A Dutilities.c89 TEST_ASSERT_EQUAL_STRING(ADDR, ss_to_str(&input)); in test_IPv4Address()
109 TEST_ASSERT_EQUAL_STRING(expected, ss_to_str(&input)); in test_IPv6Address()