[insert project logo here (125x200px max)]

Navigator

Mailinglists

Please report any errors or ommissions you find to our `Help' mailinglist, or post a message in the Forums.

Copyright and Licensing Information

Snap is (c) Jonathan T. Moore, 1999-2002 and licensed under the GNU General Public License (GPL).

All other parts of Splash are (c) Willem de Bruijn, 2002-2003 and licensed under the BSD Open Source License.

All sourcecode is made publicly available.

Acknowledgement

Splash and the Splash website are hosted by SourceForge.net

SourceForge.net Logo

osi-open source certified logo

Splash - Documentation

SNMP Plus a Lightweight API for SNAP Handling

Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

interface Struct Reference

#include <interface.h>

Collaboration diagram for interface:

Collaboration graph
[legend]

Data Fields

char name [IFNAMSIZ]
short type
short flags
int metric
int mtu
int tx_queue_len
ifmap map
sockaddr addr
sockaddr dstaddr
sockaddr broadaddr
sockaddr netmask
sockaddr ipxaddr_bb
sockaddr ipxaddr_sn
sockaddr ipxaddr_e3
sockaddr ipxaddr_e2
sockaddr ddpaddr
sockaddr ecaddr
int has_ip
int has_ipx_bb
int has_ipx_sn
int has_ipx_e3
int has_ipx_e2
int has_ax25
int has_ddp
int has_econet
char hwaddr [32]
user_net_device_stats stats

Field Documentation

struct sockaddr interface::addr
 

Definition at line 39 of file interface.h.

Referenced by if_fetch().

struct sockaddr interface::broadaddr
 

Definition at line 41 of file interface.h.

Referenced by if_fetch().

struct sockaddr interface::ddpaddr
 

Definition at line 47 of file interface.h.

Referenced by if_fetch().

struct sockaddr interface::dstaddr
 

Definition at line 40 of file interface.h.

Referenced by if_fetch().

struct sockaddr interface::ecaddr
 

Definition at line 48 of file interface.h.

Referenced by if_fetch().

short interface::flags
 

Definition at line 34 of file interface.h.

Referenced by if_fetch().

int interface::has_ax25
 

Definition at line 54 of file interface.h.

int interface::has_ddp
 

Definition at line 55 of file interface.h.

Referenced by if_fetch().

int interface::has_econet
 

Definition at line 56 of file interface.h.

Referenced by if_fetch().

int interface::has_ip
 

Definition at line 49 of file interface.h.

int interface::has_ipx_bb
 

Definition at line 50 of file interface.h.

Referenced by if_fetch().

int interface::has_ipx_e2
 

Definition at line 53 of file interface.h.

Referenced by if_fetch().

int interface::has_ipx_e3
 

Definition at line 52 of file interface.h.

Referenced by if_fetch().

int interface::has_ipx_sn
 

Definition at line 51 of file interface.h.

Referenced by if_fetch().

char interface::hwaddr[32]
 

Definition at line 57 of file interface.h.

Referenced by if_fetch().

struct sockaddr interface::ipxaddr_bb
 

Definition at line 43 of file interface.h.

Referenced by if_fetch().

struct sockaddr interface::ipxaddr_e2
 

Definition at line 46 of file interface.h.

Referenced by if_fetch().

struct sockaddr interface::ipxaddr_e3
 

Definition at line 45 of file interface.h.

Referenced by if_fetch().

struct sockaddr interface::ipxaddr_sn
 

Definition at line 44 of file interface.h.

Referenced by if_fetch().

struct ifmap interface::map
 

Definition at line 38 of file interface.h.

Referenced by if_fetch().

int interface::metric
 

Definition at line 35 of file interface.h.

Referenced by if_fetch().

int interface::mtu
 

Definition at line 36 of file interface.h.

Referenced by if_fetch().

char interface::name[IFNAMSIZ]
 

Definition at line 32 of file interface.h.

Referenced by if_fetch().

struct sockaddr interface::netmask
 

Definition at line 42 of file interface.h.

Referenced by if_fetch().

struct user_net_device_stats interface::stats
 

Definition at line 58 of file interface.h.

int interface::tx_queue_len
 

Definition at line 37 of file interface.h.

Referenced by if_fetch().

short interface::type
 

Definition at line 33 of file interface.h.

Referenced by if_fetch().


The documentation for this struct was generated from the following file: