Subversion Repositories HelenOS

Rev

Rev 3912 | Rev 4075 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3912 Rev 3992
Line 36... Line 36...
36
 */
36
 */
37
 
37
 
38
#ifndef __NET_ETHERNET_PROTOCOLS_H__
38
#ifndef __NET_ETHERNET_PROTOCOLS_H__
39
#define __NET_ETHERNET_PROTOCOLS_H__
39
#define __NET_ETHERNET_PROTOCOLS_H__
40
 
40
 
-
 
41
/** Ethernet minimal protocol number.
-
 
42
 */
-
 
43
#define ETH_MIN_PROTO   1501
-
 
44
 
41
/** Ethernet loopback packet protocol type.
45
/** Ethernet loopback packet protocol type.
42
 */
46
 */
43
#define ETH_P_LOOP      0x0060
47
#define ETH_P_LOOP      0x0060
44
 
48
 
45
/** XEROX PUP (see 0A00) ethernet protocol type.
49
/** XEROX PUP (see 0A00) ethernet protocol type.