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

/netbsd-current/external/bsd/ntp/dist/tests/ntpd/
H A Dt-ntp_signd.c18 extern int ux_socket_connect(const char *name);
80 TEST_ASSERT_EQUAL(-1, ux_socket_connect(NULL));
88 int temp = ux_socket_connect("/socket");
91 //TEST_ASSERT_EQUAL(-1, ux_socket_connect("127.0.0.1:123"));
107 int fd = ux_socket_connect("/socket");
123 int fd = ux_socket_connect("/socket");
145 int fd = ux_socket_connect("/socket");
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_signd.c35 ux_socket_connect(const char *name) function
185 fd = ux_socket_connect(full_socket);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dssu_external.c63 ux_socket_connect(const char *path) { function
151 fd = ux_socket_connect(sock_path);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dssu_external.c60 ux_socket_connect(const char *path) { function
146 fd = ux_socket_connect(sock_path);

Completed in 196 milliseconds