Searched refs:SOCK_NONBLOCK (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/tcpsig/ |
H A D | tcpsig.c | 494 conn = accept4(dst, NULL, NULL, SOCK_NONBLOCK); in tcpsig_connect() 618 src = socket(test->tt_domain, SOCK_STREAM | SOCK_NONBLOCK, 0); in tcpsig_test_one() 634 dst = socket(test->tt_domain, SOCK_STREAM | SOCK_NONBLOCK, 0); in tcpsig_test_one()
|
/illumos-gate/usr/src/test/os-tests/tests/minttl/ |
H A D | minttl.c | 480 conn = accept4(dst, NULL, NULL, SOCK_NONBLOCK); in ttl_connect() 640 src = socket(test->tt_domain, test->tt_type | SOCK_NONBLOCK, in ttl_test_one() 649 dst = socket(test->tt_domain, test->tt_type | SOCK_NONBLOCK, in ttl_test_one()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/ |
H A D | msnc.c | 91 sock = socket(res->ai_family, res->ai_socktype | SOCK_NONBLOCK, in main()
|
/illumos-gate/usr/src/test/os-tests/tests/oclo/ |
H A D | oclo_errors.c | 93 sock = socket(PF_INET, SOCK_STREAM | SOCK_NONBLOCK, 0); in oclo_accept()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socket.h | 125 #define SOCK_NONBLOCK 0x100000 /* like O_NONBLOCK */ macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | socket.h | 113 #define SOCK_NONBLOCK 0x20000000 macro
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 1850 if ((val & SOCK_NONBLOCK) != 0) { in prt_skt() 1909 (val & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK|SOCK_CLOFORK))) { in prt_acf() 1926 if (val & SOCK_NONBLOCK) { in prt_acf()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 90 #define SOCK_KNOWN_FLAGS (SOCK_CLOEXEC | SOCK_NDELAY | SOCK_NONBLOCK | \ 154 if (type_w_flags & SOCK_NONBLOCK) { in so_socket() 657 if (flags & SOCK_NONBLOCK) in accept()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | gdb.c | 1824 s = accept4(fd, NULL, NULL, SOCK_NONBLOCK); in new_connection()
|