Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h111 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */ macro
/external/ppp/pppd/
Dsys-linux.c501 if (ioctl(fd, PPPIOCCONNECT, &ifunit) < 0) { in generic_establish_ppp()
669 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifunit) < 0) in cfg_bundle()
715 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifnum) < 0) in bundle_attach()