OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPP_CHAP
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/bsd/libpcap/dist/
ppp.h
59
#define
PPP_CHAP
0xc223 /* Challenge Handshake Authentication Protocol */
/src/external/bsd/ppp/dist/pppd/
chap.c
278
auth_peer_fail(0,
PPP_CHAP
);
297
auth_withpeer_fail(0,
PPP_CHAP
);
311
MAKEHEADER(p,
PPP_CHAP
);
390
MAKEHEADER(p,
PPP_CHAP
);
420
auth_peer_fail(0,
PPP_CHAP
);
423
auth_peer_success(0,
PPP_CHAP
,
499
MAKEHEADER(p,
PPP_CHAP
);
554
auth_withpeer_success(0,
PPP_CHAP
, cs->digest->code);
558
auth_withpeer_fail(0,
PPP_CHAP
);
605
auth_peer_fail(0,
PPP_CHAP
);
[
all
...]
lcp.c
724
PUTSHORT(
PPP_CHAP
, ucp); \
847
if (cishort !=
PPP_CHAP
) \
1097
} else if (cishort ==
PPP_CHAP
&& cilen == CILEN_CHAP) {
1378
if ((cishort !=
PPP_CHAP
) || (cichar != (CHAP_DIGEST(val)))) \
1619
PUTSHORT(
PPP_CHAP
, nakp);
1627
if (cishort ==
PPP_CHAP
) {
1655
PUTSHORT(
PPP_CHAP
, nakp);
1675
PUTSHORT(
PPP_CHAP
, nakp);
1700
PUTSHORT(
PPP_CHAP
, nakp);
2033
case
PPP_CHAP
[
all
...]
auth.c
1051
case
PPP_CHAP
:
1131
case
PPP_CHAP
:
main.c
1191
|| protocol == PPP_PAP || protocol ==
PPP_CHAP
||
/src/external/bsd/tcpdump/dist/
ppp.h
63
#define
PPP_CHAP
0xc223 /* Challenge Handshake Authentication Protocol */
print-ppp.c
102
{
PPP_CHAP
, "CHAP" },
662
case
PPP_CHAP
:
1484
case
PPP_CHAP
:
print-juniper.c
1158
case
PPP_CHAP
:
/src/sys/net/
ppp_defs.h
94
#define
PPP_CHAP
0xc223 /* Crypto Handshake Auth. Protocol */
if_spppsubr.c
554
PPP_CHAP
, IDX_CHAP, CP_AUTH, "chap",
591
case
PPP_CHAP
:
606
return
PPP_CHAP
;
763
case
PPP_CHAP
:
2832
if (authproto ==
PPP_CHAP
&& l != 5) {
2838
if (authproto == PPP_PAP || authproto ==
PPP_CHAP
)
2967
if (authproto == PPP_PAP || authproto ==
PPP_CHAP
)
2971
if (authproto !=
PPP_CHAP
|| p[4] == CHAP_MD5) {
2991
if (sp->myauth.proto ==
PPP_CHAP
) {
3007
if (sp->myauth.proto ==
PPP_CHAP
)
[
all
...]
/src/sys/kern/
uipc_mbufdebug.c
404
case
PPP_CHAP
:
Completed in 131 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026