Home
last modified time | relevance | path

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

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