Searched refs:PPP_PAP (Results 1 - 10 of 10) sorted by relevance

/external/libpcap/
H A Dppp.h56 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
/external/ppp/pppd/
H A Dupap.c90 PPP_PAP,
213 auth_withpeer_fail(u->us_unit, PPP_PAP);
233 auth_peer_fail(u->us_unit, PPP_PAP);
299 auth_withpeer_fail(unit, PPP_PAP);
303 auth_peer_fail(unit, PPP_PAP);
453 auth_peer_success(u->us_unit, PPP_PAP, 0, ruser, ruserlen);
457 auth_peer_fail(u->us_unit, PPP_PAP);
502 auth_withpeer_success(u->us_unit, PPP_PAP, 0);
543 auth_withpeer_fail(u->us_unit, PPP_PAP);
561 MAKEHEADER(outp, PPP_PAP);
[all...]
H A Dlcp.c745 PPP_PAP);
894 PPP_PAP);
1072 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
1441 REJCISHORT(CI_AUTHTYPE, neg_upap, PPP_PAP);
1600 if (cishort == PPP_PAP) {
1639 PUTSHORT(PPP_PAP, nakp);
1676 PUTSHORT(PPP_PAP, nakp);
1701 PUTSHORT(PPP_PAP, nakp);
2034 case PPP_PAP:
H A Dauth.c929 case PPP_PAP:
1005 case PPP_PAP:
H A Dmain.c1059 || protocol == PPP_PAP || protocol == PPP_CHAP ||
/external/tcpdump/
H A Dppp.h61 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
H A Dprint-ppp.c101 { PPP_PAP, "PAP" },
654 case PPP_PAP: /* fall through */
1357 case PPP_PAP:
H A Dprint-juniper.c732 case PPP_PAP :
/external/ppp/pppd/include/net/
H A Dppp_defs.h92 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
/external/kernel-headers/original/linux/
H A Dppp_defs.h87 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro

Completed in 124 milliseconds