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);
501 auth_withpeer_success(u->us_unit, PPP_PAP, 0);
542 auth_withpeer_fail(u->us_unit, PPP_PAP);
560 MAKEHEADER(outp, PPP_PAP);
[all...]
H A Dlcp.c768 PPP_PAP);
917 PPP_PAP);
1095 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
1464 REJCISHORT(CI_AUTHTYPE, neg_upap, PPP_PAP);
1623 if (cishort == PPP_PAP) {
1662 PUTSHORT(PPP_PAP, nakp);
1699 PUTSHORT(PPP_PAP, nakp);
1724 PUTSHORT(PPP_PAP, nakp);
2058 case PPP_PAP:
H A Dauth.c956 case PPP_PAP:
1034 case PPP_PAP:
H A Dmain.c1126 || 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.c1025 case PPP_PAP :
/external/kernel-headers/original/uapi/linux/
H A Dppp_defs.h57 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
/external/ppp/pppd/include/net/
H A Dppp_defs.h98 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro

Completed in 638 milliseconds