Lines Matching full:protocol
66 * Protocol field values.
68 #define PPP_IP 0x21 /* Internet Protocol */
69 #define PPP_AT 0x29 /* AppleTalk Protocol */
70 #define PPP_IPX 0x2b /* IPX protocol */
73 #define PPP_MP 0x3d /* Multilink protocol */
74 #define PPP_IPV6 0x57 /* Internet Protocol Version 6 */
77 #define PPP_MPLS_UC 0x0281 /* Multi Protocol Label Switching - Unicast */
78 #define PPP_MPLS_MC 0x0283 /* Multi Protocol Label Switching - Multicast */
79 #define PPP_IPCP 0x8021 /* IP Control Protocol */
80 #define PPP_ATCP 0x8029 /* AppleTalk Control Protocol */
81 #define PPP_IPXCP 0x802b /* IPX Control Protocol */
82 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */
84 #define PPP_CCP 0x80fd /* Compression Control Protocol */
85 #define PPP_MPLSCP 0x80fd /* MPLS Control Protocol */
86 #define PPP_LCP 0xc021 /* Link Control Protocol */
87 #define PPP_PAP 0xc023 /* Password Authentication Protocol */
88 #define PPP_LQR 0xc025 /* Link Quality Report protocol */
89 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */
90 #define PPP_CBCP 0xc029 /* Callback Control Protocol */
111 * What to do with network protocol (NP) packets.