Searched refs:PPPIOCCONNECT (Results 1 – 3 of 3) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | ppp-ioctl.h | 110 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */ macro
|
/external/ppp/pppd/ |
D | sys-linux.c | 495 if (ioctl(fd, PPPIOCCONNECT, &ifunit) < 0) { in generic_establish_ppp() 663 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifunit) < 0) in cfg_bundle() 709 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifnum) < 0) in bundle_attach()
|
/external/strace/linux/ |
D | ioctlent.h.in | 1581 {"linux/ppp-ioctl.h", "PPPIOCCONNECT", 0x743a},
|