Searched refs:PPPIOCGFLAGS (Results 1 - 3 of 3) sorted by relevance

/external/ppp/pppd/include/net/
H A Dif_ppp.h115 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */ macro
/external/kernel-headers/original/linux/
H A Dif_ppp.h120 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */ macro
/external/ppp/pppd/
H A Dsys-linux.c291 if (ioctl(fd, PPPIOCGFLAGS, &flags) == -1)
740 if (ioctl(ppp_fd, PPPIOCGFLAGS, (caddr_t) &x) == 0) {
1371 if (ioctl(ppp_dev_fd, PPPIOCGFLAGS, &flags) < 0) {

Completed in 1267 milliseconds