HomeSort by relevance Sort by last modified time
    Searched refs:SC_CCP_OPEN (Results 76 - 78 of 78) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if_ppp.h 28 #define SC_CCP_OPEN 0x00000040
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if_ppp.h 28 #define SC_CCP_OPEN 0x00000040
  /external/ppp/pppd/
sys-linux.c 1291 x = (isopen? SC_CCP_OPEN: 0) | (isup? SC_CCP_UP: 0);
1293 modify_flags(ppp_dev_fd, SC_CCP_OPEN|SC_CCP_UP, x);
    [all...]

Completed in 72 milliseconds

1 2 34