Lines Matching refs:ioctlsocket
3665 dnl Verify if ioctlsocket is available, prototyped, and
3679 AC_MSG_CHECKING([if ioctlsocket can be linked])
3685 if(0 != ioctlsocket(0, 0, 0))
3697 AC_MSG_CHECKING([if ioctlsocket is prototyped])
3698 AC_EGREP_CPP([ioctlsocket],[
3711 AC_MSG_CHECKING([if ioctlsocket is compilable])
3717 if(0 != ioctlsocket(0, 0, 0))
3730 AC_MSG_CHECKING([if ioctlsocket usage allowed])
3740 AC_MSG_CHECKING([if ioctlsocket might be used])
3747 [Define to 1 if you have the ioctlsocket function.])
3759 dnl Verify if ioctlsocket with the FIONBIO command is
3770 AC_MSG_CHECKING([if ioctlsocket FIONBIO is compilable])
3777 if(0 != ioctlsocket(0, FIONBIO, &flags))
3790 AC_MSG_CHECKING([if ioctlsocket FIONBIO usage allowed])
3800 AC_MSG_CHECKING([if ioctlsocket FIONBIO might be used])
3805 [Define to 1 if you have a working ioctlsocket FIONBIO function.])