Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dppp-ioctl.h113 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */ macro
/linux/Documentation/networking/
H A Dppp_generic.rst307 * PPPIOCCONNECT connects this channel to a PPP interface. The
H A Dl2tp.rst474 ret = ioctl(ppp_chan_fd, PPPIOCCONNECT, &ifunit);
/linux/drivers/net/ppp/
H A Dppp_generic.c758 case PPPIOCCONNECT: in ppp_ioctl()