Searched refs:listen (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/libsyscall/wrappers/legacy/
H A Dlisten.c42 * listen stub, legacy version
45 listen(int socket, int backlog) function
H A Dmodule.mk20 listen.c \
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dlisten.c32 * listen benchmark
59 (void) sprintf(lm_usage, "notes: measures listen()()\n");
119 if (listen(sock, 4) == -1)
121 if (listen(sock, 5) == -1)
H A DMakefile.benchmarks62 listen \
H A Dgetpeername.c111 if (listen(sock2, 5) == -1) {
112 perror("listen");
H A Dclose_tcp.c145 if (listen(ts->ts_lsns[i], 5) == -1) {
146 perror("listen");
H A Dconnection.c178 if (listen(ts->ts_lsns[i], 5) == -1) {
179 perror("listen");
H A Dpipe.c376 if (listen(ts->ts_lsn, 5) == -1) {
H A Dbench.sh442 listen $OPTS -N "listen" -B 100
H A Dcoreos_bench.sh468 listen $OPTS -N "listen" -B 100
H A Dembd_bench.sh453 listen $OPTS -N "listen" -B 100
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile105 listen.2 \
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h177 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */
664 * Maximum queue length specifiable by listen.
937 int listen(int, int) __DARWIN_ALIAS(listen); variable
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_select_tcp.c301 if (listen(sock, 100) < 0) {
302 perror("listen");
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsocket_tests.c17 * Test accept, bind, connect, listen, socket, recvmsg, sendmsg, recvfrom, sendto, getpeername, getsockname
272 * parent process - listen for connection requests
274 my_err = listen( my_socket_fd, 10 );
276 printf( "listen call in parent failed with error %d - \"%s\" \n", errno, strerror( errno) );
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_syscalls.c290 listen(__unused struct proc *p, struct listen_args *uap, function

Completed in 41 milliseconds