1 /* $NetBSD: llc.h,v 1.2 2014/11/19 19:33:30 christos Exp $ */
4 * Copyright (c) 1993, 1994, 1997
5 * The Regents of the University of California. All rights reserved.
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that: (1) source code distributions
9 * retain the above copyright notice and this paragraph in its entirety, (2)
10 * distributions including binary code include the above copyright notice and
11 * this paragraph in its entirety in the documentation or other materials
12 * provided with the distribution, and (3) all advertising materials mentioning
13 * features or use of this software display the following acknowledgement:
14 * ``This product includes software developed by the University of California,
15 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
16 * the University nor the names of its contributors may be used to endorse
17 * or promote products derived from this software without specific prior
19 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
20 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
21 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
25 * Definitions for information in the LLC header.
30 #define LLC_IG 1 /* Individual / Group */
33 #define LLC_U_POLL 0x10
34 #define LLC_IS_POLL 0x0100
35 #define LLC_XID_FI 0x81
37 #define LLC_U_CMD_MASK 0xef
42 #define LLC_SABME 0x6f
47 #define LLC_S_CMD_MASK 0x0f
49 #define LLC_RNR 0x0005
50 #define LLC_REJ 0x0009
52 #define LLC_IS_NR(is) (((is) >> 9) & 0x7f)
53 #define LLC_I_NS(is) (((is) >> 1) & 0x7f)
56 * 802.2 LLC SAP values.
60 #define LLCSAP_NULL 0x00
63 #define LLCSAP_GLOBAL 0xff
65 #ifndef LLCSAP_8021B_I
66 #define LLCSAP_8021B_I 0x02
68 #ifndef LLCSAP_8021B_G
69 #define LLCSAP_8021B_G 0x03
72 #define LLCSAP_IP 0x06
74 #ifndef LLCSAP_PROWAYNM
75 #define LLCSAP_PROWAYNM 0x0e
78 #define LLCSAP_8021D 0x42
81 #define LLCSAP_RS511 0x4e
83 #ifndef LLCSAP_ISO8208
84 #define LLCSAP_ISO8208 0x7e
87 #define LLCSAP_PROWAY 0x8e
90 #define LLCSAP_SNAP 0xaa
93 #define LLCSAP_IPX 0xe0
95 #ifndef LLCSAP_NETBEUI
96 #define LLCSAP_NETBEUI 0xf0
99 #define LLCSAP_ISONS 0xfe