Searched refs:chap (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dchap.c68 #include "chap.h"
256 chap_StartChild(struct chap *chap, char *prog, const char *name) argument
263 if (chap->child.fd != -1) {
281 switch ((chap->child.pid = fork())) {
288 chap->child.pid = 0;
320 chap->auth.physical->dl->bundle, 0, pid);
328 chap->child.fd = out[0];
329 chap->child.buf.len = 0;
330 write(in[1], chap
342 chap_Cleanup(struct chap *chap, int sig) argument
368 chap_Respond(struct chap *chap, char *name, char *key , u_char type, int lm ) argument
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
655 chap_HaveAnotherGo(struct chap *chap) argument
669 chap_Init(struct chap *chap, struct physical *p) argument
687 chap_ReInit(struct chap *chap) argument
696 struct chap *chap = &p->dl->chap; local
[all...]
H A Dchap.h39 struct chap { struct
62 ((d)->type == CHAP_DESCRIPTOR ? (struct chap *)(d) : NULL)
64 ((struct chap *)((char *)a - (uintptr_t)&((struct chap *)0)->auth))
73 extern void chap_Init(struct chap *, struct physical *);
74 extern void chap_ReInit(struct chap *);
H A Ddatalink.h117 struct chap chap; /* Authentication using chap */ member in struct:datalink
H A Ddatalink.c76 #include "chap.h"
407 result = descriptor_UpdateSet(&dl->chap.desc, r, w, e, n) +
441 return descriptor_IsSet(&dl->chap.desc, fdset) ? 1 :
469 if (descriptor_IsSet(&dl->chap.desc, fdset))
470 descriptor_Read(&dl->chap.desc, bundle, fdset);
504 if (descriptor_IsSet(&dl->chap.desc, fdset))
505 switch (descriptor_Write(&dl->chap.desc, bundle, fdset)) {
589 auth_StartReq(&dl->chap.auth);
600 auth_StopTimer(&dl->chap.auth);
601 chap_ReInit(&dl->chap);
[all...]
H A DMakefile7 SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
H A Dauth.c79 #include "chap.h"
90 static char chap[10]; local
96 snprintf(chap, sizeof chap, "CHAP 0x%02x", type);
97 return chap;
H A Dcommand.c99 #include "chap.h"
2086 &cx->chap.auth.cfg.fsm.timeout,
2087 &cx->chap.auth.cfg.fsm.maxreq, NULL, DEF_FSMAUTHTRIES);
3021 {"chap", "chap05", NegotiateSet, LOCAL_AUTH | LOCAL_CX,
/freebsd-9.3-release/usr.sbin/wpa/hostapd/
H A DMakefile16 chap.c \
/freebsd-9.3-release/usr.sbin/wpa/wpa_supplicant/
H A DMakefile83 SRCS+= chap.c \
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.conf.sample419 # Note: Chap80 and chap81 are Microsoft variations of standard chap (05).
444 enable chap chap80 chap81 pap passwdauth
702 # prompt to a known user. The ``chap-auth'' program is supplied
707 set authkey !/usr/share/examples/ppp/chap-auth
749 enable chap pap passwdauth # Force client authentication
/freebsd-9.3-release/sys/net/
H A Dif_spppsubr.c95 * being one of "lcp", "ipcp", "cisco", "chap", "pap", etc.
439 static const struct cp chap = { variable in typeref:struct:cp
440 PPP_CHAP, IDX_CHAP, CP_AUTH, "chap",
452 &chap, /* IDX_CHAP */
2355 log(-1, "[invalid chap len] ");
2472 log(-1, "[chap not MD5] ");
2802 char opt[6 /* magicnum */ + 4 /* mru */ + 5 /* chap */];
3985 * RCA+: received reply (pap-req, chap-response), acceptable
3986 * RCN: received reply (pap-req, chap-response), not acceptable
3991 * scr: send request packet (none for PAP, chap
[all...]
/freebsd-9.3-release/share/examples/
H A DMakefile132 ppp/chap-auth \
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dnmake.mak88 $(OBJDIR)\chap.obj \
H A DMakefile727 OBJS += ../src/eap_common/chap.o
/freebsd-9.3-release/contrib/wpa/hostapd/
H A DMakefile394 OBJS += ../src/eap_common/chap.o
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1345 \advancenumber{chap\thischapnum}%
1378 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1687 \def\lsize{chap}\def\lllsize{subsec}%
1695 \def\curfontsize{chap}%
4566 % arguments for the \{chap,sec,...}entry macros which will eventually
6743 % Remember to reset this floatno at the next chap.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex1250 \advancenumber{chap\thischapnum}%
1283 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1621 \def\lsize{chap}\def\lllsize{subsec}%
1629 \def\curfontsize{chap}%
4464 % arguments for the \{chap,sec,...}entry macros which will eventually
6614 % Remember to reset this floatno at the next chap.
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1249 \advancenumber{chap\thischapnum}%
1282 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1618 \def\lsize{chap}\def\lllsize{subsec}%
4392 % arguments for the \{chap,sec,...}entry macros which will eventually
6542 % Remember to reset this floatno at the next chap.

Completed in 293 milliseconds