HomeSort by relevance Sort by last modified time
    Searched defs:chap (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/libppp/src/
auth.c 79 #include "chap.h"
90 static char chap[10]; local
96 snprintf(chap, sizeof chap, "CHAP 0x%02x", type);
97 return chap;
341 /* Used by CHAP routines */
chap.h 28 * $FreeBSD: src/usr.sbin/ppp/chap.h,v 1.22.38.1 2010/12/21 17:10:29 kensmith Exp $
39 struct chap { struct
57 u_char authresponse[CHAPAUTHRESPONSELEN]; /* CHAP 81 response */
62 ((d)->type == CHAP_DESCRIPTOR ? (struct chap *)(d) : NULL)
64 ((struct chap *)((char *)a - (int)&((struct chap *)0)->auth))
73 extern void chap_Init(struct chap *, struct physical *);
74 extern void chap_ReInit(struct chap *);
chap.c 28 * $FreeBSD: src/usr.sbin/ppp/chap.c,v 1.86.26.1 2010/12/21 17:10:29 kensmith Exp $
68 #include "chap.h"
117 log_Printf(LogPHASE, "Chap Output: %s\n", chapcodes[code]);
119 log_Printf(LogPHASE, "Chap Output: %s (%s)\n", chapcodes[code], text);
256 chap_StartChild(struct chap *chap, char *prog, const char *name)
263 if (chap->child.fd != -1) {
264 log_Printf(LogWARN, "Chap: %s: Program already running\n", prog);
269 log_Printf(LogERROR, "Chap: pipe: %s\n", strerror(errno));
274 log_Printf(LogERROR, "Chap: pipe: %s\n", strerror(errno))
399 struct chap *chap = descriptor2chap(d); local
415 struct chap *chap = descriptor2chap(d); local
424 struct chap *chap = descriptor2chap(d); local
489 struct chap *chap = auth2chap(authp); local
526 struct chap *chap = auth2chap(authp); local
696 struct chap *chap = &p->dl->chap; local
    [all...]
datalink.h 117 struct chap chap; /* Authentication using chap */ member in struct:datalink
  /bionic/libc/kernel/common/linux/
wanrouter.h 349 char chap; member in struct:wanif_conf
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /external/kernel-headers/original/linux/
wanrouter.h 28 * Dec 05, 1997 Jaspreet Singh Added 'pap', 'chap' to 'wanif_conf_t'
412 char chap; /* CHAP enabled or disabled */ member in struct:wanif_conf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wanrouter.h 28 * Dec 05, 1997 Jaspreet Singh Added 'pap', 'chap' to 'wanif_conf_t'
412 char chap; /* CHAP enabled or disabled */ member in struct:wanif_conf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wanrouter.h 28 * Dec 05, 1997 Jaspreet Singh Added 'pap', 'chap' to 'wanif_conf_t'
412 char chap; /* CHAP enabled or disabled */ member in struct:wanif_conf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wanrouter.h 28 * Dec 05, 1997 Jaspreet Singh Added 'pap', 'chap' to 'wanif_conf_t'
412 char chap; /* CHAP enabled or disabled */ member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
wanrouter.h 316 char chap; member in struct:wanif_conf

Completed in 897 milliseconds

1 2 3