Home
last modified time | relevance | path

Searched refs:PPPIOCCONNECT (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/linux/
Dppp-ioctl.h109 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */ macro
/linux-3.4.99/fs/
Dcompat_ioctl.c1004 COMPATIBLE_IOCTL(PPPIOCCONNECT)
/linux-3.4.99/Documentation/networking/
Dppp_generic.txt309 * PPPIOCCONNECT connects this channel to a PPP interface. The
/linux-3.4.99/drivers/net/ppp/
Dppp_generic.c609 case PPPIOCCONNECT: in ppp_ioctl()