WvStreams
Public Types | Public Member Functions | Public Attributes | List of all members
WvEncap Class Reference

Common packet encapsulation types, with the ability to convert a Linux ARPHRD_* value or (struct sockaddr) sa_family value. More...

#include <wvaddr.h>

Public Types

enum  CapType {
  Unknown = 0, Loopback, Ethertap, Ethernet,
  ARCnet, SLIP, CSLIP, PPP,
  IPsec, IPv4, Unix, NUM_ENCAP_TYPES
}
 

Public Member Functions

 WvEncap (CapType _cap=Unknown)
 
 WvEncap (int extype)
 
 operator CapType () const
 
 operator WvString () const
 

Public Attributes

CapType cap
 

Detailed Description

Common packet encapsulation types, with the ability to convert a Linux ARPHRD_* value or (struct sockaddr) sa_family value.

(Those two use the same set of values.)

Definition at line 72 of file wvaddr.h.


The documentation for this class was generated from the following files: