Home
last modified time | relevance | path

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

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