/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);
|
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",
|
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/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
pvcalls.h | 89 } listen; member in union:xen_pvcalls_request::__anon158892ed010a 127 } listen; member in union:xen_pvcalls_response::__anon158892ed020a
|
pvcalls.h | 89 } listen; member in union:xen_pvcalls_request::__anon158892ed010a 127 } listen; member in union:xen_pvcalls_response::__anon158892ed020a
|
/src/sys/rump/include/rump/ |
rump_syscallshotgun.h | 44 #define listen(a,b) rump_sys_listen(a,b) macro
|
rump_syscallshotgun.h | 44 #define listen(a,b) rump_sys_listen(a,b) macro
|