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

/netbsd-current/external/bsd/ntp/dist/tests/libntp/
H A Dsocktoa.c34 TEST_ASSERT_EQUAL_STRING("192.0.2.10:123", sockporttoa(&input));
62 TEST_ASSERT_EQUAL_STRING(expected_port, sockporttoa(&input));
97 TEST_ASSERT_EQUAL_STRING(expected_port, sockporttoa(&input));
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsocktoa.c4 * socktoa.c socktoa(), sockporttoa(), and sock_hash()
83 sockporttoa( function
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_stdlib.h177 extern const char * sockporttoa(const sockaddr_u *);
H A Dntp_fp.h378 #define sptoa(addr) sockporttoa(addr)

Completed in 123 milliseconds