"struct ether_addr" for ethers(3) functions.

This commit is contained in:
deraadt 1993-12-30 04:17:40 +00:00
parent a9995150b9
commit 49c0e9bead
4 changed files with 36 additions and 4 deletions

View File

@ -31,12 +31,20 @@
* SUCH DAMAGE.
*
* from: @(#)if_ether.h 7.5 (Berkeley) 6/28/90
* $Id: if_ether.h,v 1.5 1993/12/13 15:10:40 hpeyerl Exp $
* $Id: if_ether.h,v 1.6 1993/12/30 04:17:40 deraadt Exp $
*/
#ifndef _NETINET_IF_ETHER_H_
#define _NETINET_IF_ETHER_H_
/*
* Ethernet address - 6 octets
* this is only used by the ethers(3) functions.
*/
struct ether_addr {
u_char ether_addr_octet[6];
};
/*
* Structure of a 10Mb/s Ethernet header.
*/

View File

@ -31,12 +31,20 @@
* SUCH DAMAGE.
*
* from: @(#)if_ether.h 7.5 (Berkeley) 6/28/90
* $Id: if_arp.h,v 1.5 1993/12/13 15:10:40 hpeyerl Exp $
* $Id: if_arp.h,v 1.6 1993/12/30 04:17:40 deraadt Exp $
*/
#ifndef _NETINET_IF_ETHER_H_
#define _NETINET_IF_ETHER_H_
/*
* Ethernet address - 6 octets
* this is only used by the ethers(3) functions.
*/
struct ether_addr {
u_char ether_addr_octet[6];
};
/*
* Structure of a 10Mb/s Ethernet header.
*/

View File

@ -31,12 +31,20 @@
* SUCH DAMAGE.
*
* from: @(#)if_ether.h 7.5 (Berkeley) 6/28/90
* $Id: if_ether.h,v 1.5 1993/12/13 15:10:40 hpeyerl Exp $
* $Id: if_ether.h,v 1.6 1993/12/30 04:17:40 deraadt Exp $
*/
#ifndef _NETINET_IF_ETHER_H_
#define _NETINET_IF_ETHER_H_
/*
* Ethernet address - 6 octets
* this is only used by the ethers(3) functions.
*/
struct ether_addr {
u_char ether_addr_octet[6];
};
/*
* Structure of a 10Mb/s Ethernet header.
*/

View File

@ -31,12 +31,20 @@
* SUCH DAMAGE.
*
* from: @(#)if_ether.h 7.5 (Berkeley) 6/28/90
* $Id: if_inarp.h,v 1.5 1993/12/13 15:10:40 hpeyerl Exp $
* $Id: if_inarp.h,v 1.6 1993/12/30 04:17:40 deraadt Exp $
*/
#ifndef _NETINET_IF_ETHER_H_
#define _NETINET_IF_ETHER_H_
/*
* Ethernet address - 6 octets
* this is only used by the ethers(3) functions.
*/
struct ether_addr {
u_char ether_addr_octet[6];
};
/*
* Structure of a 10Mb/s Ethernet header.
*/