Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dppp-ioctl.h106 #define PPPIOCATTACH _IOW('t', 61, int) /* attach to ppp unit */ macro
/linux-3.4.99/fs/
Dcompat_ioctl.c1001 COMPATIBLE_IOCTL(PPPIOCATTACH)
/linux-3.4.99/Documentation/networking/
Dppp_generic.txt293 * PPPIOCATTACH attaches this instance to an existing PPP interface.
/linux-3.4.99/drivers/net/ppp/
Dppp_generic.c816 case PPPIOCATTACH: in ppp_unattached_ioctl()