#include <wvaddr.h>
Public Types | |
enum | CapType { Unknown = 0, Loopback, Ethertap, Ethernet, ARCnet, SLIP, CSLIP, PPP, IPv4, Unix, NUM_ENCAP_TYPES } |
enum | CapType { Unknown = 0, Loopback, Ethertap, Ethernet, ARCnet, SLIP, CSLIP, PPP, IPv4, Unix, NUM_ENCAP_TYPES } |
Public Methods | |
WvEncap (CapType _cap=Unknown) | |
WvEncap (int extype) | |
operator CapType () const | |
operator WvString () const | |
WvEncap (CapType _cap=Unknown) | |
WvEncap (int extype) | |
operator CapType () const | |
operator WvString () const | |
Public Attributes | |
CapType | cap |
Static Private Attributes | |
char | strings [][20] |
int | extypes [] |
Definition at line 43 of file include/wvaddr.h.
|
Definition at line 50 of file ipstreams/wvaddr.h. |
|
Definition at line 50 of file include/wvaddr.h. Referenced by WvEncap. |
|
Definition at line 70 of file include/wvaddr.h. |
|
Definition at line 58 of file wvaddr.cc. References cap, extypes, NUM_ENCAP_TYPES, and Unknown. |
|
Definition at line 70 of file ipstreams/wvaddr.h. |
|
|
|
Definition at line 75 of file ipstreams/wvaddr.h. References cap. |
|
Definition at line 75 of file include/wvaddr.h. References cap. |
|
Definition at line 78 of file ipstreams/wvaddr.h. |
|
Definition at line 78 of file include/wvaddr.h. |
|
Definition at line 68 of file ipstreams/wvaddr.h. Referenced by WvAddr::gen, operator CapType, operator WvString, and WvEncap. |
|
Initial value: { 0, ARPHRD_LOOPBACK, 0, ARPHRD_ETHER, ARPHRD_ARCNET, ARPHRD_SLIP, ARPHRD_CSLIP, ARPHRD_PPP, AF_INET, AF_UNIX } Definition at line 46 of file ipstreams/wvaddr.h. Referenced by WvEncap. |
|
Definition at line 45 of file ipstreams/wvaddr.h. Referenced by operator WvString. |