Subversion Repositories HelenOS

Rev

Rev 4558 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4558 Rev 4704
Line 37... Line 37...
37
#ifndef __NET_ETHERNET_LSAP_H__
37
#ifndef __NET_ETHERNET_LSAP_H__
38
#define __NET_ETHERNET_LSAP_H__
38
#define __NET_ETHERNET_LSAP_H__
39
 
39
 
40
#include <sys/types.h>
40
#include <sys/types.h>
41
 
41
 
-
 
42
/** Ethernet LSAP type definition.
-
 
43
 */
42
typedef uint8_t eth_lsap_t;
44
typedef uint8_t eth_lsap_t;
43
 
45
 
-
 
46
/** @name Ethernet LSAP values definitions
-
 
47
 */
-
 
48
/*@{*/
-
 
49
 
44
/** Null LSAP LSAP identifier.
50
/** Null LSAP LSAP identifier.
45
 */
51
 */
46
#define ETH_LSAP_NULL   0x00
52
#define ETH_LSAP_NULL   0x00
47
/** Individual LLC Sublayer Management Function LSAP identifier.
53
/** Individual LLC Sublayer Management Function LSAP identifier.
48
 */
54
 */
Line 121... Line 127...
121
#define ETH_LSAP_ISONLP 0xFE
127
#define ETH_LSAP_ISONLP 0xFE
122
/** Global LSAP LSAP identifier.
128
/** Global LSAP LSAP identifier.
123
 */
129
 */
124
#define ETH_LSAP_GLSAP  0xFF
130
#define ETH_LSAP_GLSAP  0xFF
125
 
131
 
-
 
132
/*@}*/
-
 
133
 
126
#endif
134
#endif
127
 
135
 
128
/** @}
136
/** @}
129
 */
137
 */