Lines Matching full:protocol
3 * Point to Point Protocol (PPP) RFC1331
26 /* Protocol numbers */
36 #define PPP_STII 0x0033 /* Stream Protocol (ST-II) */
48 #define PPP_IPCP 0x8021 /* IP Control Protocol */
49 #define PPP_OSICP 0x8023 /* OSI Network Layer Control Protocol */
50 #define PPP_NSCP 0x8025 /* Xerox NS IDP Control Protocol */
51 #define PPP_DECNETCP 0x8027 /* DECnet Control Protocol */
52 #define PPP_APPLECP 0x8029 /* Appletalk Control Protocol */
53 #define PPP_IPXCP 0x802b /* Novell IPX Control Protocol */
54 #define PPP_STIICP 0x8033 /* Strean Protocol Control Protocol */
55 #define PPP_VINESCP 0x8035 /* Banyan Vines Control Protocol */
56 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */
57 #define PPP_CCP 0x80fd /* Compress Control Protocol */
60 #define PPP_LCP 0xc021 /* Link Control Protocol */
61 #define PPP_PAP 0xc023 /* Password Authentication Protocol */
64 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */
65 #define PPP_BACP 0xc02b /* Bandwidth Allocation Control Protocol */