Searched refs:ioctl (Results 1 - 25 of 1243) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Drc.c1224 ret_val = ioctl(fd, cmd, arg);
1238 /* open a raw scoket for ioctl */
1274 if (ioctl(s, SIOCGIFNAME, &ifr))
1276 if (ioctl(s, SIOCGIFHWADDR, &ifr))
H A Dusb_hotplug.c1360 #include <sys/ioctl.h>
1405 ioctl(fd, USB_LED_STATE_ON, 1);
1420 ioctl(fd, USB_LED_STATE_OFF, 1);
1446 ioctl(fd, USB2_LED_STATE_ON, 1);
1461 ioctl(fd, USB2_LED_STATE_OFF, 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dclient6_addr.c37 #include <sys/ioctl.h>
792 if (ioctl(s, ioctl_cmd, &req) && errno != EEXIST) {
836 if (ioctl(nlsock, SIOCGIFCONF, &ifc) < 0) {
837 dprintf(LOG_ERR, "%s" "ioctl SIOCGIFCONF", FNAME);
H A Dcommon.c36 #include <sys/ioctl.h>
667 if (ioctl(s, SIOCGIFFLAGS, &ifr) < 0) {
668 warn("in6_matchflags: ioctl(SIOCGIFFLAGS, %s)",
857 if (ioctl(skfd, SIOCGIFHWADDR, &if_hwaddr) < 0)
875 if (ioctl(skfd, SIOCGIFHWADDR, &if_hwaddr) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_tcp.c34 #include <sys/ioctl.h>
234 if (ioctl(dsi->serversock, SIOCGIFFLAGS, &ifr) >= 0)
240 if (ioctl(fd, SIOCGIFADDR, &ifr) >= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure12560 for ac_header in fcntl.h limits.h stdint.h strings.h time.h sys/param.h sys/fcntl.h sys/file.h sys/ioctl.h sys/time.h sys/mnttab.h sys/statvfs.h sys/stat.h sys/vfs.h mntent.h syslog.h unistd.h termios.h sys/termios.h netdb.h sgtty.h ufs/quota.h mount.h statfs.h sys/types.h dlfcn.h errno.h sys/errno.h sys/uio.h langinfo.h locale.h sys/filio.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A Dat_ultrix.c28 #include <sys/ioctl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c537 if ( ioctl( vol->v_qfd, Q_QUOTACTL, &qc ) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dat_control.c20 #include <sys/ioctl.h>
H A Dddp_usrreq.c21 #include <sys/ioctl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dconfig.c15 #include <sys/ioctl.h>
369 if ((ioctl(s, SIOCGIFADDR, &ifr) < 0) && (errno == ENODEV)) {
374 if ( ioctl( s, SIOCGIFFLAGS, &ifr ) < 0 ) {
733 if (ioctl(s, SIOCGIFFLAGS, &ifr) < 0)
743 if (ioctl(s, SIOCGIFADDR, &ifr) < 0 && (errno == ENODEV))
854 if ( ioctl( fd, I_PUSH, "ddp" ) < 0 ) {
859 if ( ioctl( fd, IF_UNITSEL, ppa ) < 0 ) {
H A Dmain.c17 #include <sys/ioctl.h>
90 /* linux has a special ioctl for appletalk device destruction. as of
1084 * Socket for use in routing ioctl()s. Can't add routes to our
1403 if (ioctl(sock, SIOCGIFFLAGS, &ifr) < 0) {
1416 if (ioctl(sock, SIOCSIFFLAGS, &ifr) < 0) {
1437 if ( ioctl( s, cmd, &ifr ) < 0 ) {
H A Dmulticast.c17 #include <sys/ioctl.h>
H A Dnbp.c19 #include <sys/ioctl.h>
H A Droute.c20 #include <sys/ioctl.h>
39 return( ioctl( rtfd, message, &rtent ));
H A Drtmp.c19 #include <sys/ioctl.h>
H A Dzip.c19 #include <sys/ioctl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/a2boot/
H A Da2boot.c159 (void)ioctl( i, TIOCNOTTY, 0 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/timelord/
H A Dtimelord.c154 (void)ioctl( i, TIOCNOTTY, 0 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dgetiface.c21 #include <sys/ioctl.h>
40 /* we leave all of the ioctl's to the application */
90 if ( ioctl( sockfd, SIOCGIFCONF, &ifc ) < 0 ) {
H A Dserver_lock.c19 #include <sys/ioctl.h>
79 (void)ioctl( i, TIOCNOTTY, 0 );
H A Dsocket.c38 #include <sys/ioctl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_rt.d52 /home/tab/4500v2/2014_02_25_WNDR4500v2_BSP_6.37.14.8/src/linux/linux-2.6/include/asm/ioctl.h \
H A Dlibipt_statistic.d52 /home/tab/4500v2/2014_02_25_WNDR4500v2_BSP_6.37.14.8/src/linux/linux-2.6/include/asm/ioctl.h \
H A Dlibip6t_frag.d52 /home/tab/4500v2/2014_02_25_WNDR4500v2_BSP_6.37.14.8/src/linux/linux-2.6/include/asm/ioctl.h \

Completed in 182 milliseconds

1234567891011>>