Home
last modified time | relevance | path

Searched defs:PPP_CHAP (Results 1 – 5 of 5) sorted by relevance

/external/libpcap/
Dppp.h57 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
/external/tcpdump/
Dppp.h63 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
/external/ppp/pppd/include/net/
Dppp_defs.h104 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
/external/kernel-headers/original/uapi/linux/
Dppp_defs.h60 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
/external/scapy/scapy/layers/
Dppp.py638 class PPP_CHAP(Packet): class