Deleted Added
full compact
hwaddr.h (13573) hwaddr.h (18471)
1/* hwaddr.h */
1/*
2 * hwaddr.h
3 *
4 * $Id$
5 */
6
2#ifndef HWADDR_H
3#define HWADDR_H
4
5#define MAXHADDRLEN 8 /* Max hw address length in bytes */
6
7/*
8 * This structure holds information about a specific network type. The
9 * length of the network hardware address is stored in "hlen".

--- 30 unchanged lines hidden ---
7#ifndef HWADDR_H
8#define HWADDR_H
9
10#define MAXHADDRLEN 8 /* Max hw address length in bytes */
11
12/*
13 * This structure holds information about a specific network type. The
14 * length of the network hardware address is stored in "hlen".

--- 30 unchanged lines hidden ---