Searched refs:sioc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dioctl.c271 struct atmif_sioc __user *sioc; local
277 sioc = compat_alloc_user_space(sizeof(*sioc));
280 if (copy_in_user(&sioc->number, &sioc32->number, 2 * sizeof(int)) ||
284 if (put_user(datap, &sioc->arg))
287 err = do_vcc_ioctl(sock, cmd, (unsigned long) sioc, 0);
290 if (copy_in_user(&sioc32->length, &sioc->length,
H A Dresources.c270 struct atmif_sioc __user *sioc = arg; local
272 sioc_len = &sioc->length;
273 if (get_user(buf, &sioc->arg))
275 if (get_user(len, &sioc->length))
277 if (get_user(number, &sioc->number))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c967 struct strioctl sioc; local
970 sioc.ic_cmd = cmd;
971 sioc.ic_timout = timout;
972 sioc.ic_len = len;
973 sioc.ic_dp = dp;
974 rc = ioctl(fd, I_STR, &sioc);
979 return (sioc.ic_len);

Completed in 157 milliseconds