[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  

snap-1.1-wjdb/lib/hw.c File Reference

#include <sys/types.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <ctype.h>
#include <string.h>
#include <unistd.h>
#include "config.h"
#include "net-support.h"
#include "pathnames.h"
#include "intl.h"

Include dependency graph for hw.c:

Include dependency graph

Go to the source code of this file.


Functions

void hwinit ()
hwtypeget_hwtype (const char *name)
hwtypeget_hwntype (int type)

Variables

hwtype unspec_hwtype
hwtype loop_hwtype
hwtype slip_hwtype
hwtype cslip_hwtype
hwtype slip6_hwtype
hwtype cslip6_hwtype
hwtype adaptive_hwtype
hwtype ether_hwtype
hwtype fddi_hwtype
hwtype hippi_hwtype
hwtype tr_hwtype
hwtype ax25_hwtype
hwtype rose_hwtype
hwtype netrom_hwtype
hwtype tunnel_hwtype
hwtype ash_hwtype
hwtype ppp_hwtype
hwtype arcnet_hwtype
hwtype dlci_hwtype
hwtype frad_hwtype
hwtype hdlc_hwtype
hwtype lapb_hwtype
hwtype sit_hwtype

Function Documentation

struct hwtype* get_hwntype int    type
 

Definition at line 202 of file hw.c.

References hwinit().

struct hwtype* get_hwtype const char *    name
 

Definition at line 184 of file hw.c.

References hwinit().

void hwinit  
 

Definition at line 127 of file hw.c.

References _, and hwtype::title.

Referenced by get_hwntype(), and get_hwtype().


Variable Documentation

struct hwtype adaptive_hwtype
 

Definition at line 40 of file hw.c.

struct hwtype arcnet_hwtype
 

Definition at line 56 of file hw.c.

struct hwtype ash_hwtype
 

Definition at line 52 of file hw.c.

struct hwtype ax25_hwtype
 

Definition at line 47 of file hw.c.

struct hwtype cslip6_hwtype
 

Definition at line 39 of file hw.c.

struct hwtype cslip_hwtype
 

Definition at line 37 of file hw.c.

struct hwtype dlci_hwtype
 

Definition at line 58 of file hw.c.

struct hwtype ether_hwtype
 

Definition at line 42 of file hw.c.

struct hwtype fddi_hwtype
 

Definition at line 43 of file hw.c.

struct hwtype frad_hwtype
 

Definition at line 59 of file hw.c.

struct hwtype hdlc_hwtype
 

Definition at line 61 of file hw.c.

struct hwtype hippi_hwtype
 

Definition at line 44 of file hw.c.

struct hwtype lapb_hwtype
 

Definition at line 62 of file hw.c.

struct hwtype loop_hwtype
 

Definition at line 34 of file hw.c.

struct hwtype netrom_hwtype
 

Definition at line 49 of file hw.c.

struct hwtype ppp_hwtype
 

Definition at line 54 of file hw.c.

struct hwtype rose_hwtype
 

Definition at line 48 of file hw.c.

struct hwtype sit_hwtype
 

Definition at line 64 of file hw.c.

struct hwtype slip6_hwtype
 

Definition at line 38 of file hw.c.

struct hwtype slip_hwtype
 

Definition at line 36 of file hw.c.

struct hwtype tr_hwtype
 

Definition at line 45 of file hw.c.

struct hwtype tunnel_hwtype
 

Definition at line 50 of file hw.c.

struct hwtype unspec_hwtype
 

Definition at line 33 of file hw.c.