[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
|
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_snmp.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Function Documentation
int snap_external_svclib_snmp_addvar_null |
( |
char * |
|
) |
|
|
int snap_external_svclib_snmp_addvar_withvalue |
( |
char * |
, |
|
|
int |
, |
|
|
void * |
, |
|
|
int |
|
|
) |
|
|
int snap_external_svclib_snmp_close |
( |
void * |
|
) |
|
|
int snap_external_svclib_snmp_execpdu |
( |
void * |
|
) |
|
|
int snap_external_svclib_snmp_getallotherneighboursfromip |
( |
unsigned |
long |
) |
|
|
|
Definition at line 631 of file snap_svc_snmp.c.
References d_printf(), svc_returnitem::data, svc_returnitem::length, svc_returnstruct::length, svc_returnstruct::list, snap_external_svclib_free_local_returnstruct(), snap_external_svclib_snmp_gethop(), snap_external_svclib_snmp_getifnumber(), snap_external_svclib_snmp_isupiface(), svc_return, SVC_SNMP_TYPE_ADDR, SVC_SNMP_TYPE_INT, SVC_SNMP_TYPE_NULL, and svc_returnitem::type.
Referenced by snap_external_svclib_getnextfunc(). |
unsigned long snap_external_svclib_snmp_gethop |
( |
int |
|
) |
|
|
|
Definition at line 476 of file snap_svc_snmp.c.
References d_printf(), svc_returnitem::data, svc_returnitem::length, svc_returnstruct::length, svc_returnstruct::list, svc_returnitem::oid, svc_returnitem::oid_length, snap_external_svclib_snmp_addvar_null(), snap_external_svclib_snmp_execpdu(), snap_external_svclib_snmp_initpdu(), svc_return, svc_snmp_pdu, SVC_SNMP_TYPE_INT, and svc_returnitem::type.
Referenced by snap_external_svclib_snmp_getallotherneighboursfromip(), and snap_internal_svclib_snmp_getnexthopfromip(). |
int snap_external_svclib_snmp_getiface |
( |
unsigned |
long |
) |
|
|
int snap_external_svclib_snmp_getifnumber |
( |
void * |
|
) |
|
|
unsigned long snap_external_svclib_snmp_getnexthopfromip |
( |
unsigned |
long |
) |
|
|
int snap_external_svclib_snmp_getnextiface |
( |
int |
|
) |
|
|
int snap_external_svclib_snmp_getnextifacefromip |
( |
unsigned |
long |
) |
|
|
int snap_external_svclib_snmp_getsingle |
( |
char * |
|
) |
|
|
int snap_external_svclib_snmp_init |
( |
void * |
|
) |
|
|
int snap_external_svclib_snmp_init_ip |
( |
unsigned |
int |
) |
|
|
int snap_external_svclib_snmp_initpdu |
( |
unsigned |
int |
) |
|
|
int snap_external_svclib_snmp_isupiface |
( |
int |
|
) |
|
|
int snap_external_svclib_snmp_setsingle |
( |
char * |
, |
|
|
int |
, |
|
|
void * |
, |
|
|
int |
|
|
) |
|
|
|