Home
last modified time | relevance | path

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

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