Home
last modified time | relevance | path

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

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