~ubuntu-branches/ubuntu/saucy/openvpn/saucy

« back to all changes in this revision

Viewing changes to tap-win32/proto.h

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2005-01-05 19:03:11 UTC
  • mto: (1.4.1) (10.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050105190311-d0uioiqtor5xbzre
Tags: upstream-1.99+2.rc6
ImportĀ upstreamĀ versionĀ 1.99+2.rc6

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
typedef unsigned char MACADDR [6];
39
39
typedef unsigned long IPADDR;
40
40
 
 
41
//-----------------
 
42
// Ethernet address
 
43
//-----------------
 
44
 
 
45
typedef struct {
 
46
  MACADDR addr;
 
47
} ETH_ADDR;
 
48
 
 
49
typedef struct {
 
50
  ETH_ADDR list[NIC_MAX_MCAST_LIST];
 
51
} MC_LIST;
 
52
 
41
53
//----------------
42
54
// Ethernet header
43
55
//----------------