Searched refs:ioctlsocket (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| D | ethernet.h | 91 # define ioctlsocket(x, y, z) ioctl((x), (y), (z)) macro
|
| D | etherdrv.c | 217 if (ioctlsocket(sfd, FIONBIO, &yesplease) < 0) in open_socket()
|
| /openbsd/src/gnu/usr.bin/perl/win32/include/sys/ |
| D | socket.h | 130 #define ioctlsocket win32_ioctlsocket macro
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32sck.c | 405 SOCKET_TEST_ERROR(r = ioctlsocket(TO_SOCKET(s), cmd, argp)); in win32_ioctlsocket() 716 retval = ioctlsocket(TO_SOCKET(i), (long)u, &u_long_arg); in win32_ioctl()
|
| /openbsd/src/usr.sbin/nsd/ |
| D | acx_nlnetlabs.m4 | 92 # ACX_FUNC_IOCTLSOCKET - find ioctlsocket, portably. 1172 dnl Check for ioctlsocket function. works on mingw32 too. 1175 # check ioctlsocket 1176 AC_MSG_CHECKING(for ioctlsocket) 1182 (void)ioctlsocket(0, 0, NULL); 1185 AC_DEFINE(HAVE_IOCTLSOCKET, 1, [if the function 'ioctlsocket' is available])
|
| /openbsd/src/usr.sbin/unbound/ |
| D | acx_nlnetlabs.m4 | 92 # ACX_FUNC_IOCTLSOCKET - find ioctlsocket, portably. 1172 dnl Check for ioctlsocket function. works on mingw32 too. 1175 # check ioctlsocket 1176 AC_MSG_CHECKING(for ioctlsocket) 1182 (void)ioctlsocket(0, 0, NULL); 1185 AC_DEFINE(HAVE_IOCTLSOCKET, 1, [if the function 'ioctlsocket' is available])
|
| D | config.h.in | 352 /* if the function 'ioctlsocket' is available */
|
| D | configure | 22771 (void)ioctlsocket(0, 0, NULL);
|
| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | net_help.c | 152 if(ioctlsocket(s, FIONBIO, &on) != 0) { in fd_set_nonblock() 176 if(ioctlsocket(s, FIONBIO, &off) != 0) { in fd_set_block()
|
| /openbsd/src/usr.sbin/unbound/util/ |
| D | net_help.c | 152 if(ioctlsocket(s, FIONBIO, &on) != 0) { in fd_set_nonblock() 176 if(ioctlsocket(s, FIONBIO, &off) != 0) { in fd_set_block()
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlport.pod | 1889 Available only for socket handles, and it does what the C<ioctlsocket()> call
|
| /openbsd/src/usr.sbin/unbound/doc/ |
| D | Changelog | 10216 - ioctlsocket prints nicer error message. 10302 - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
|