Lines Matching refs:FIONBIO
3971 dnl Verify if ioctl with the FIONBIO command is
3982 AC_MSG_CHECKING([if ioctl FIONBIO is compilable])
3988 if(0 != ioctl(0, FIONBIO, &flags))
4001 AC_MSG_CHECKING([if ioctl FIONBIO usage allowed])
4011 AC_MSG_CHECKING([if ioctl FIONBIO might be used])
4016 [Define to 1 if you have a working ioctl FIONBIO function.])
4175 dnl Verify if ioctlsocket with the FIONBIO command is
4186 AC_MSG_CHECKING([if ioctlsocket FIONBIO is compilable])
4192 if(0 != ioctlsocket(0, FIONBIO, &flags))
4205 AC_MSG_CHECKING([if ioctlsocket FIONBIO usage allowed])
4215 AC_MSG_CHECKING([if ioctlsocket FIONBIO might be used])
4220 [Define to 1 if you have a working ioctlsocket FIONBIO function.])
4317 dnl Verify if IoctlSocket with FIONBIO command is available,
4327 AC_MSG_CHECKING([if IoctlSocket FIONBIO is compilable])
4333 if(0 != ioctlsocket(0, FIONBIO, &flags))
4346 AC_MSG_CHECKING([if IoctlSocket FIONBIO usage allowed])
4356 AC_MSG_CHECKING([if IoctlSocket FIONBIO might be used])
4361 [Define to 1 if you have a working IoctlSocket camel case FIONBIO function.])