HomeSort by relevance Sort by last modified time
    Searched refs:PPP_LCP (Results 26 - 38 of 38) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
ppp_defs.h 47 #define PPP_LCP 0xc021
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
ppp_defs.h 47 #define PPP_LCP 0xc021
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
ppp_defs.h 47 #define PPP_LCP 0xc021
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
ppp_defs.h 47 #define PPP_LCP 0xc021
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
ppp_defs.h 47 #define PPP_LCP 0xc021
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
ppp_defs.h 47 #define PPP_LCP 0xc021
  /external/kernel-headers/original/linux/
ppp_defs.h 86 #define PPP_LCP 0xc021 /* Link Control Protocol */
  /external/tcpdump/
print-ppp.c 100 { PPP_LCP, "LCP" },
485 case PPP_LCP:
    [all...]
print-juniper.c 731 case PPP_LCP :
  /external/ppp/pppd/
main.c 1048 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) {
1058 && !(protocol == PPP_LCP || protocol == PPP_LQR
    [all...]
auth.c 688 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
717 if (protp->protocol != PPP_LCP && protp->enabled_flag
    [all...]
lcp.c 261 PPP_LCP,
344 f->protocol = PPP_LCP;
    [all...]
utils.c 851 if (debug <= 1 && unsuccess == 0 && proto == PPP_LCP

Completed in 655 milliseconds

12