Lines Matching +full:multi +full:- +full:protocol
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * ppp_defs.h - PPP definitions.
5 * Copyright 1994-2000 Paul Mackerras.
30 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */
37 * Protocol field values.
39 #define PPP_IP 0x21 /* Internet Protocol */
40 #define PPP_AT 0x29 /* AppleTalk Protocol */
41 #define PPP_IPX 0x2b /* IPX protocol */
44 #define PPP_MP 0x3d /* Multilink protocol */
45 #define PPP_IPV6 0x57 /* Internet Protocol Version 6 */
48 #define PPP_MPLS_UC 0x0281 /* Multi Protocol Label Switching - Unicast */
49 #define PPP_MPLS_MC 0x0283 /* Multi Protocol Label Switching - Multicast */
50 #define PPP_IPCP 0x8021 /* IP Control Protocol */
51 #define PPP_ATCP 0x8029 /* AppleTalk Control Protocol */
52 #define PPP_IPXCP 0x802b /* IPX Control Protocol */
53 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */
55 #define PPP_CCP 0x80fd /* Compression Control Protocol */
56 #define PPP_MPLSCP 0x80fd /* MPLS Control Protocol */
57 #define PPP_LCP 0xc021 /* Link Control Protocol */
58 #define PPP_PAP 0xc023 /* Password Authentication Protocol */
59 #define PPP_LQR 0xc025 /* Link Quality Report protocol */
60 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */
61 #define PPP_CBCP 0xc029 /* Callback Control Protocol */
72 * Extended asyncmap - allows any character to be escaped.
78 * What to do with network protocol (NP) packets.
146 * Linux implements both 32-bit and 64-bit time_t versions