Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dif_ppp.h145 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */ macro
/external/ppp/pppd/
Dsys-linux.c494 if (ioctl(fd, PPPIOCCONNECT, &ifunit) < 0) { in generic_establish_ppp()
662 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifunit) < 0) in cfg_bundle()
708 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifnum) < 0) in bundle_attach()