Home
last modified time | relevance | path

Searched refs:SOCK_NONBLOCK (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/tcpsig/
H A Dtcpsig.c494 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 Dminttl.c480 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/uts/common/sys/
H A Dsocket.h125 #define SOCK_NONBLOCK 0x100000 /* like O_NONBLOCK */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h113 #define SOCK_NONBLOCK 0x20000000 macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c107 if (type_w_flags & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK)) in so_socket()
146 if (type_w_flags & SOCK_NONBLOCK) { in so_socket()
640 if (flags & ~(SOCK_CLOEXEC|SOCK_NONBLOCK|SOCK_NDELAY)) { in accept()
646 if (flags & SOCK_NONBLOCK) in accept()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1899 (val & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK))) { in prt_acf()
1912 if (val & SOCK_NONBLOCK) { in prt_acf()
/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c1802 s = accept4(fd, NULL, NULL, SOCK_NONBLOCK); in new_connection()