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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dpppol2tp.h8 #define PPPIOCDETACH _IOW('t', 60, int) /* detach from ppp unit/chan */ macro
H A Dl2tpd.c271 if (ioctl(ppp_fd, PPPIOCDETACH) < 0)
272 log (LOG_DEBUG, "detach ioctl(PPPIOCDETACH) failed");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_ppp.h163 #define PPPIOCDETACH _IOW('t', 60, int) /* detach from ppp unit/chan */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_ppp.h158 #define PPPIOCDETACH _IOW('t', 60, int) /* detach from ppp unit/chan */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_gre.c425 if (ioctl(*pppfd, PPPIOCDETACH) < 0)
426 warn("pptp_pppox_release ioctl(PPPIOCDETACH) failed");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pppoecd/
H A Dpppoe.c527 if (ioctl(*pppfd, PPPIOCDETACH) < 0)
528 ; /* fprintf(stderr, "pptp_pppox_release ioctl(PPPIOCDETACH)
H A Dpppoe2.c565 if (ioctl(*pppfd, PPPIOCDETACH) < 0)
566 ; /* fprintf(stderr, "pptp_pppox_release ioctl(PPPIOCDETACH)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_generic.c756 if (cmd == PPPIOCDETACH) {
764 * Actually, we should get rid of PPPIOCDETACH, userland
778 printk(KERN_DEBUG "PPPIOCDETACH file->f_count=%d\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c2756 COMPATIBLE_IOCTL(PPPIOCDETACH)

Completed in 206 milliseconds