| /src/external/gpl3/gdb/dist/gnulib/import/ |
| listen.c | 0 /* listen.c --- wrappers for Windows listen function 29 #undef listen macro 43 int r = listen (sock, backlog);
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| listen.c | 0 /* listen.c --- wrappers for Windows listen function 29 #undef listen macro 43 int r = listen (sock, backlog);
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| socket_wrapper.h | 76 #ifdef listen 77 #undef listen macro 79 #define listen(s,blog) swrap_listen(s,blog) macro
|
| /src/tests/net/net/ |
| t_socket_afinet.c | 51 #define listen rump_sys_listen macro 152 rc = listen(ss, 1); 214 rc = listen(ss, 1);
|
| /src/tests/net/tcp/ |
| t_tcp_connect_port.c | 61 #define listen rump_sys_listen macro 210 /* Setup the listen socket. */ 212 ATF_REQUIRE_MSG(lsock >= 0, "socket() for listen socket failed: %s", 216 error = listen(lsock, 1); 217 ATF_REQUIRE_MSG(error == 0, "listen() failed: %s", strerror(errno)); 220 * Get the address of the listen socket, which will be the destination 226 "getsockname() for listen socket failed: %s",
|
| /src/external/bsd/wpa/dist/src/common/ |
| nan_de.h | 33 int (*listen)(void *ctx, unsigned int freq, unsigned int duration); member in struct:nan_callbacks
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| pvcalls.h | 89 } listen; member in union:xen_pvcalls_request::__anon6612 127 } listen; member in union:xen_pvcalls_response::__anon6613
|
| /src/sys/rump/include/rump/ |
| rump_syscallshotgun.h | 44 #define listen(a,b) rump_sys_listen(a,b) macro
|
| /src/external/mit/libuv/dist/test/ |
| test-ipc-send-recv.c | 56 uv_pipe_t listen; member in struct:echo_ctx 297 uv_close((uv_handle_t*)&ctx2.listen, NULL); 368 ASSERT_PTR_EQ(handle, (uv_stream_t*)&ctx2.listen); 371 r = uv_accept((uv_stream_t*)&ctx2.listen, (uv_stream_t*)&ctx2.channel); 384 r = uv_pipe_init(loop, &ctx2.listen, 0); 391 r = uv_pipe_bind(&ctx2.listen, TEST_PIPENAME_3); 394 r = uv_listen((uv_stream_t*)&ctx2.listen, SOMAXCONN, listen_cb);
|
| /src/external/bsd/nsd/dist/ |
| server.c | 1425 if(listen(sock->s, nsd->options->tcp_listen_queue) == -1) { 1426 log_msg(LOG_ERR, "can't listen: %s", strerror(errno)); 2630 /* listen for the signals of failed children again */ 2940 /* listen on ports, timeout for collecting terminated children */ 3666 int listen; local 3669 listen = nsd_bitset_isset(nsd->udp[i].servers, child); 3671 if(i >= from && i < (from + numifs) && listen) { 3694 int listen; local 3697 listen = nsd_bitset_isset(nsd->tcp[i].servers, child); 3699 if(i >= from && i < (from + numifs) && listen) { [all...] |