Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dppp-ioctl.h115 #define PPPIOCATTCHAN _IOW('t', 56, int) /* attach to ppp channel */ macro
/linux/Documentation/networking/
H A Dl2tp.rst444 ret = ioctl(ppp_chan_fd, PPPIOCATTCHAN, &chindx);
513 ret = ioctl(ppp_chan_fd, PPPIOCATTCHAN, &chindx1);
H A Dppp_generic.rst301 * PPPIOCATTCHAN attaches this instance to an existing PPP channel.
/linux/drivers/net/ppp/
H A Dppp_generic.c1097 case PPPIOCATTCHAN: in ppp_unattached_ioctl()