Lines Matching full:protocol
3 * Point to Point Protocol (PPP) RFC1331
24 /* Protocol numbers */
34 #define PPP_STII 0x0033 /* Stream Protocol (ST-II) */
36 #define PPP_IPV6 0x0057 /* Internet Protocol version 6 */
44 #define PPP_IPCP 0x8021 /* IP Control Protocol */
45 #define PPP_OSICP 0x8023 /* OSI Network Layer Control Protocol */
46 #define PPP_NSCP 0x8025 /* Xerox NS IDP Control Protocol */
47 #define PPP_DECNETCP 0x8027 /* DECnet Control Protocol */
48 #define PPP_APPLECP 0x8029 /* Appletalk Control Protocol */
49 #define PPP_IPXCP 0x802b /* Novell IPX Control Protocol */
50 #define PPP_STIICP 0x8033 /* Strean Protocol Control Protocol */
51 #define PPP_VINESCP 0x8035 /* Banyan Vines Control Protocol */
52 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */
55 #define PPP_LCP 0xc021 /* Link Control Protocol */
56 #define PPP_PAP 0xc023 /* Password Authentication Protocol */
58 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */