Searched refs:PPPIOCCONNECT (Results 1 – 4 of 4) sorted by relevance
113 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */ macro
307 * PPPIOCCONNECT connects this channel to a PPP interface. The
474 ret = ioctl(ppp_chan_fd, PPPIOCCONNECT, &ifunit);
769 case PPPIOCCONNECT: in ppp_ioctl()