#include <wvaddr.h>
Collaboration diagram for WvEncap:
(Those two use the same set of values.)
Definition at line 67 of file wvaddr.h.
Public Types | |
enum | CapType { Unknown = 0, Loopback, Ethertap, Ethernet, ARCnet, SLIP, CSLIP, PPP, 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 |
|
|
|
|
|
Definition at line 65 of file wvaddr.cc. References cap. |
|
|
|
|
|
Definition at line 92 of file wvaddr.h. Referenced by WvAddr::gen(), and WvEncap(). |