Home
last modified time | relevance | path

Searched refs:ioctlsocket (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/
Dethernet.h91 # define ioctlsocket(x, y, z) ioctl((x), (y), (z)) macro
Detherdrv.c217 if (ioctlsocket(sfd, FIONBIO, &yesplease) < 0) in open_socket()
/openbsd/src/gnu/usr.bin/perl/win32/include/sys/
Dsocket.h130 #define ioctlsocket win32_ioctlsocket macro
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32sck.c405 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/
Dacx_nlnetlabs.m492 # 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/
Dacx_nlnetlabs.m492 # 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])
Dconfig.h.in352 /* if the function 'ioctlsocket' is available */
Dconfigure22771 (void)ioctlsocket(0, 0, NULL);
/openbsd/src/sbin/unwind/libunbound/util/
Dnet_help.c152 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/
Dnet_help.c152 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/
Dperlport.pod1889 Available only for socket handles, and it does what the C<ioctlsocket()> call
/openbsd/src/usr.sbin/unbound/doc/
DChangelog10216 - ioctlsocket prints nicer error message.
10302 - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.