Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dppp-ioctl.h118 #define PPPIOCBRIDGECHAN _IOW('t', 53, int) /* bridge one channel to another */ macro
/linux/Documentation/networking/
H A Dppp_generic.rst317 * PPPIOCBRIDGECHAN bridges a channel with another. The argument should
329 * PPPIOCUNBRIDGECHAN performs the inverse of PPPIOCBRIDGECHAN, unbridging
H A Dl2tp.rst519 ret = ioctl(ppp_chan_fd, PPPIOCBRIDGECHAN, &chindx2);
/linux/drivers/net/ppp/
H A Dppp_generic.c779 case PPPIOCBRIDGECHAN: in ppp_ioctl()