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

/freebsd-11-stable/contrib/ntp/sntp/
H A Dutilities.h23 char *ss_to_str(sockaddr_u *saddr);
H A Dutilities.c114 return ss_to_str(&s);
124 ss_to_str( function
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A Dutilities.c92 TEST_ASSERT_EQUAL_STRING(ADDR, ss_to_str(&input));
112 TEST_ASSERT_EQUAL_STRING(expected, ss_to_str(&input));

Completed in 107 milliseconds