Searched refs:SIOCSDRVSPEC (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/usr.sbin/wpa/wpa_supplicant/
H A DPacket32.h61 #define SIOCSDRVSPEC _IOW('i', 123, struct ifreq) /* set driver-specific macro
H A DPacket32.c223 retval = ioctl(a->socket, SIOCSDRVSPEC, &ifr);
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c290 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) {
333 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) {
355 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) {
377 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) {
399 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) {
421 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) {
446 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) {
468 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) {
757 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) {
799 if (ioctl(sock, SIOCSDRVSPEC,
[all...]
/freebsd-9.3-release/sys/sys/
H A Dsockio.h116 #define SIOCSDRVSPEC _IOW('i', 123, struct ifdrv) /* set driver-specific macro
/freebsd-9.3-release/sbin/ifconfig/
H A Difbridge.c122 return (ioctl(sock, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd));
/freebsd-9.3-release/sys/net/
H A Dif_bridge.c739 case SIOCSDRVSPEC:
751 else if (cmd == SIOCSDRVSPEC &&
/freebsd-9.3-release/sys/mips/adm5120/
H A Dif_admsw.c816 case SIOCSDRVSPEC:
/freebsd-9.3-release/sys/dev/if_ndis/
H A Dif_ndis.c2922 case SIOCSDRVSPEC:
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_ioctl.c3384 case SIOCSDRVSPEC:

Completed in 103 milliseconds