Home
last modified time | relevance | path

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

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