Searched refs:PPPIOCBRIDGECHAN (Results 1 – 4 of 4) sorted by relevance
118 #define PPPIOCBRIDGECHAN _IOW('t', 53, int) /* bridge one channel to another */ macro
317 * PPPIOCBRIDGECHAN bridges a channel with another. The argument should329 * PPPIOCUNBRIDGECHAN performs the inverse of PPPIOCBRIDGECHAN, unbridging
519 ret = ioctl(ppp_chan_fd, PPPIOCBRIDGECHAN, &chindx2);
779 case PPPIOCBRIDGECHAN: in ppp_ioctl()