HomeSort by relevance Sort by last modified time
    Searched refs:PPP_PAP (Results 1 - 13 of 13) sorted by null

  /external/libpcap/
ppp.h 55 #define PPP_PAP 0xc023 /* Password Authentication Protocol */
  /external/ppp/pppd/
upap.c 90 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...]
lcp.c 768 PPP_PAP);
917 PPP_PAP);
1095 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
    [all...]
auth.c 956 case PPP_PAP:
1034 case PPP_PAP:
    [all...]
main.c 1100 || protocol == PPP_PAP || protocol == PPP_CHAP ||
    [all...]
  /external/tcpdump/
ppp.h 60 #define PPP_PAP 0xc023 /* Password Authentication Protocol */
print-ppp.c 96 { PPP_PAP, "PAP" },
657 case PPP_PAP: /* fall through */
    [all...]
print-juniper.c     [all...]
  /bionic/libc/kernel/uapi/linux/
ppp_defs.h 52 #define PPP_PAP 0xc023
  /external/kernel-headers/original/uapi/linux/
ppp_defs.h 58 #define PPP_PAP 0xc023 /* Password Authentication Protocol */
  /external/ppp/pppd/include/net/
ppp_defs.h 102 #define PPP_PAP 0xc023 /* Password Authentication Protocol */
  /external/scapy/scapy/layers/
ppp.py 569 class PPP_PAP(Packet):
597 class PPP_PAP_Request(PPP_PAP):
612 class PPP_PAP_Response(PPP_PAP):
711 bind_layers( PPP, PPP_PAP, proto=0xc023)
  /external/scapy/test/
pptp.uts 350 pap_response = PPP() / PPP_PAP(code='Authenticate-Ack', id=42)
369 pap_response = PPP() / PPP_PAP(code=3, id=42, message='Bad password')
    [all...]

Completed in 1545 milliseconds