HomeSort by relevance Sort by last modified time
    Searched refs:PPP_PAP (Results 1 - 19 of 19) 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 1123 || protocol == PPP_PAP || protocol == PPP_CHAP ||
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
pap.c 100 PPP_PAP,
229 auth_withpeer_fail(u->us_unit, PPP_PAP);
249 auth_peer_fail(u->us_unit, PPP_PAP);
320 auth_withpeer_fail(unit, PPP_PAP);
324 auth_peer_fail(unit, PPP_PAP);
450 auth_peer_success(u->us_unit, PPP_PAP, ruser, ruserlen);
453 auth_peer_fail(u->us_unit, PPP_PAP);
500 auth_withpeer_success(u->us_unit, PPP_PAP);
542 auth_withpeer_fail(u->us_unit, PPP_PAP);
559 MAKEHEADER(outp, PPP_PAP);
    [all...]
lcp.c 614 ADDCISHORT(CI_AUTHTYPE, !go->neg_chap && go->neg_upap, PPP_PAP);
728 ACKCISHORT(CI_AUTHTYPE, !go->neg_chap && go->neg_upap, PPP_PAP);
885 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
    [all...]
ppp.h 154 #define PPP_PAP 0xc023 /* Password Authentication Protocol */
auth.c 597 case PPP_PAP:
660 case PPP_PAP:
    [all...]
ppp.c     [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 98 #define PPP_PAP 0xc023 /* Password Authentication Protocol */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ppp_defs.h 87 #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 518 milliseconds