Home
last modified time | relevance | path

Searched refs:SIOCIWLAST (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dwireless.h347 #define SIOCIWLAST SIOCIWLASTPRIV /* 0x8BFF */ macro
/linux-4.1.27/net/core/
Ddev_ioctl.c563 if (cmd >= SIOCIWFIRST && cmd <= SIOCIWLAST) in dev_ioctl()
/linux-4.1.27/net/wireless/
Dwext-core.c484 if (cmd <= SIOCIWLAST) { in wireless_send_event()
/linux-4.1.27/net/
Dsocket.c903 if (cmd >= SIOCIWFIRST && cmd <= SIOCIWLAST) { in sock_ioctl()
3168 (cmd >= SIOCIWFIRST && cmd <= SIOCIWLAST)) in compat_sock_ioctl()