SIOCGDRVSPEC
error = ioctl(sock, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd);
error = ioctl(sock, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd);
case SIOCGDRVSPEC:
if (cmd == SIOCGDRVSPEC) {
IOCTL_STRUCT_CONV_TO(SIOCGDRVSPEC, ifdrv);
case SIOCGDRVSPEC:
cmd == SIOCGDRVSPEC ?
case SIOCGDRVSPEC:
if (cmd == SIOCGDRVSPEC &&
int au = cmd == SIOCGDRVSPEC ?
if (wg_is_authorized(wg, SIOCGDRVSPEC)) {
if (wg_is_authorized(wg, SIOCGDRVSPEC)) {
case SIOCGDRVSPEC:
case SIOCGDRVSPEC:
error = ioctl(sock, SIOCGDRVSPEC, &ifd);