Lines Matching refs:ioctlsocket
2543 dnl Verify if ioctlsocket is available, prototyped, and
2557 AC_MSG_CHECKING([if ioctlsocket can be linked])
2562 if(0 != ioctlsocket(0, 0, 0))
2574 AC_MSG_CHECKING([if ioctlsocket is prototyped])
2575 AC_EGREP_CPP([ioctlsocket],[
2587 AC_MSG_CHECKING([if ioctlsocket is compilable])
2592 if(0 != ioctlsocket(0, 0, 0))
2605 AC_MSG_CHECKING([if ioctlsocket usage allowed])
2615 AC_MSG_CHECKING([if ioctlsocket might be used])
2622 [Define to 1 if you have the ioctlsocket function.])
2634 dnl Verify if ioctlsocket with the FIONBIO command is
2645 AC_MSG_CHECKING([if ioctlsocket FIONBIO is compilable])
2651 if(0 != ioctlsocket(0, FIONBIO, &flags))
2664 AC_MSG_CHECKING([if ioctlsocket FIONBIO usage allowed])
2674 AC_MSG_CHECKING([if ioctlsocket FIONBIO might be used])
2679 [Define to 1 if you have a working ioctlsocket FIONBIO function.])
2792 if(0 != ioctlsocket(0, FIONBIO, &flags))