Searched refs:PPPIOCDETACH (Results 1 – 4 of 4) sorted by relevance
108 #define PPPIOCDETACH _IOW('t', 60, int) /* detach from ppp unit/chan */ macro
1011 COMPATIBLE_IOCTL(PPPIOCDETACH)
303 * PPPIOCDETACH detaches the instance from the channel. This ioctl is
580 if (cmd == PPPIOCDETACH) { in ppp_ioctl()