Searched refs:PPPIO_CFLAGS (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/include/net/ |
D | pppio.h | 45 #define PPPIO_CFLAGS _PPPIO(135) /* set/clear/get compression flags */ macro
|
/external/ppp/pppd/ |
D | sys-solaris.c | 1562 strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0) 1612 strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0) 1643 if (strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0) { 1722 if (strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0) { 1751 if (strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0) {
|