Changeset View
Changeset View
Standalone View
Standalone View
sys/sys/sockio.h
| Show First 20 Lines • Show All 141 Lines • ▼ Show 20 Lines | |||||
| #define SIOCGLANPCP _IOWR('i', 152, struct ifreq) /* Get (V)LAN PCP */ | #define SIOCGLANPCP _IOWR('i', 152, struct ifreq) /* Get (V)LAN PCP */ | ||||
| #define SIOCSLANPCP _IOW('i', 153, struct ifreq) /* Set (V)LAN PCP */ | #define SIOCSLANPCP _IOW('i', 153, struct ifreq) /* Set (V)LAN PCP */ | ||||
| #define SIOCGIFDOWNREASON _IOWR('i', 154, struct ifdownreason) | #define SIOCGIFDOWNREASON _IOWR('i', 154, struct ifdownreason) | ||||
| #define SIOCSIFCAPNV _IOW('i', 155, struct ifreq) /* set IF features */ | #define SIOCSIFCAPNV _IOW('i', 155, struct ifreq) /* set IF features */ | ||||
| #define SIOCGIFCAPNV _IOWR('i', 156, struct ifreq) /* get IF features */ | #define SIOCGIFCAPNV _IOWR('i', 156, struct ifreq) /* get IF features */ | ||||
| #define SIOCGUMBINFO _IOWR('i', 157, struct ifreq) /* get MBIM info */ | |||||
| #define SIOCSUMBPARAM _IOW('i', 158, struct ifreq) /* set MBIM param */ | |||||
| #define SIOCGUMBPARAM _IOWR('i', 159, struct ifreq) /* get MBIM param */ | |||||
| #endif /* !_SYS_SOCKIO_H_ */ | #endif /* !_SYS_SOCKIO_H_ */ | ||||