[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_svc/snap_svc_proc.c File Reference

#include <sys/socket.h>
#include <netinet/in.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include "d_printf.h"
#include "snap_svc.h"
#include "snap_svc_proc.h"

Include dependency graph for snap_svc_proc.c:

Include dependency graph

Go to the source code of this file.


Functions

void snap_external_svclib_init ()
void snap_external_svclib_done ()
void snap_external_svclib_getnextfunc (char **snapsvc_name, snapsvc_func_proto *snapsvc_func, int *snapsvc_args, int *snapsvc_rets)
int proc_sysnetip_getforwarding (void *useless)
int proc_sysnetip_setforwarding (unsigned int uValue)

Function Documentation

int proc_sysnetip_getforwarding void *    useless
 

Definition at line 72 of file snap_svc_proc.c.

References d_printf().

Referenced by snap_external_svclib_getnextfunc().

int proc_sysnetip_setforwarding unsigned int    uValue
 

Definition at line 94 of file snap_svc_proc.c.

References d_printf().

Referenced by snap_external_svclib_getnextfunc().

void snap_external_svclib_done  
 

Definition at line 27 of file snap_svc_proc.c.

References d_printf().

void snap_external_svclib_getnextfunc char **    snapsvc_name,
snapsvc_func_proto   snapsvc_func,
int *    snapsvc_args,
int *    snapsvc_rets
 

Definition at line 32 of file snap_svc_proc.c.

References proc_sysnetip_getforwarding(), proc_sysnetip_setforwarding(), snapsvc_func_proto, svc_fun_counter, SVC_SNMP_TYPE_INT, and SVC_SNMP_TYPE_NULL.

void snap_external_svclib_init  
 

Definition at line 23 of file snap_svc_proc.c.

References d_printf().