Searched refs:xsocket (Results 1 – 6 of 6) sorted by relevance
/support/ |
A D | xsocket.c | 26 xsocket (int domain, int type, int protocol) in xsocket() function
|
A D | xsocket.h | 26 int xsocket (int, int, int);
|
A D | support_enter_network_namespace.c | 47 int fd = xsocket (AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0); in support_enter_network_namespace()
|
A D | tst-support-namespace.c | 50 sockets[i] = xsocket in test_localhost_bind() 56 int client = xsocket (AF_INET, SOCK_DGRAM, IPPROTO_UDP); in test_localhost_bind()
|
A D | Makefile | 197 xsocket \
|
A D | resolv_test.c | 1009 server->socket_udp = xsocket (AF_INET, SOCK_DGRAM, IPPROTO_UDP); in make_server_sockets() 1010 server->socket_tcp = xsocket (AF_INET, SOCK_STREAM, IPPROTO_TCP); in make_server_sockets() 1058 server->socket_udp = xsocket (AF_INET, SOCK_DGRAM, IPPROTO_UDP); in make_server_sockets_for_address() 1059 server->socket_tcp = xsocket (AF_INET, SOCK_STREAM, IPPROTO_TCP); in make_server_sockets_for_address() 1243 int sock = xsocket (AF_INET, SOCK_DGRAM, IPPROTO_UDP); in resolv_test_end() 1251 int sock = xsocket (AF_INET, SOCK_STREAM, IPPROTO_TCP); in resolv_test_end()
|
Completed in 12 milliseconds