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

#include <stdlib.h>
#include "d_printf.h"
#include "snap_svc.h"

Include dependency graph for snap_svc.c:

Include dependency graph

Go to the source code of this file.


Functions

void init ()
void fini ()
svc_returnstructsnap_external_svclib_free_returnstruct (struct svc_returnstruct *svc_return)
svc_returnstructsnap_external_svclib_free_local_returnstruct ()
svc_returnstructsnap_external_svclib_getlastresult ()

Function Documentation

void fini  
 

Definition at line 22 of file snap_svc.c.

References d_printf(), snap_external_svclib_done(), snap_external_svclib_free_returnstruct(), svc_fun_counter, and svc_return.

void init  
 

Definition at line 14 of file snap_svc.c.

References d_printf(), snap_external_svclib_init(), svc_fun_counter, and svc_return.

struct svc_returnstruct* snap_external_svclib_free_local_returnstruct  
 

Definition at line 54 of file snap_svc.c.

References snap_external_svclib_free_returnstruct().

Referenced by if_getallneighbours(), snap_external_svclib_snmp_getallotherneighboursfromip(), snap_external_svclib_snmp_getnexthopfromip(), and snap_external_svclib_snmp_INTERNAL_execpdu_handler().

struct svc_returnstruct* snap_external_svclib_free_returnstruct struct svc_returnstruct   svc_return
 

Definition at line 33 of file snap_svc.c.

References svc_returnitem::data, svc_returnstruct::length, svc_returnstruct::list, and svc_returnitem::oid.

Referenced by fini(), and snap_external_svclib_free_local_returnstruct().

struct svc_returnstruct* snap_external_svclib_getlastresult  
 

Definition at line 62 of file snap_svc.c.