Lines Matching refs:ioctl
250 # include <sys/ioctl.h>
257 sys/types.h unistd.h sys/socket.h sys/ioctl.h stropts.h,
416 # include <sys/ioctl.h>
2613 dnl Verify if ioctl is available, prototyped, and
2627 AC_MSG_CHECKING([if ioctl can be linked])
2629 AC_LANG_FUNC_LINK_TRY([ioctl])
2639 AC_MSG_CHECKING([if ioctl is prototyped])
2640 AC_EGREP_CPP([ioctl],[
2652 AC_MSG_CHECKING([if ioctl is compilable])
2657 if(0 != ioctl(0, 0, 0))
2670 AC_MSG_CHECKING([if ioctl usage allowed])
2680 AC_MSG_CHECKING([if ioctl might be used])
2687 [Define to 1 if you have the ioctl function.])
2700 dnl Verify if ioctl with the FIONBIO command is
2711 AC_MSG_CHECKING([if ioctl FIONBIO is compilable])
2717 if(0 != ioctl(0, FIONBIO, &flags))
2730 AC_MSG_CHECKING([if ioctl FIONBIO usage allowed])
2740 AC_MSG_CHECKING([if ioctl FIONBIO might be used])
2745 [Define to 1 if you have a working ioctl FIONBIO function.])
2756 dnl Verify if ioctl with the SIOCGIFADDR command is available,
2767 AC_MSG_CHECKING([if ioctl SIOCGIFADDR is compilable])
2774 if(0 != ioctl(0, SIOCGIFADDR, &ifr))
2787 AC_MSG_CHECKING([if ioctl SIOCGIFADDR usage allowed])
2797 AC_MSG_CHECKING([if ioctl SIOCGIFADDR might be used])
2802 [Define to 1 if you have a working ioctl SIOCGIFADDR function.])