Searched refs:appl_varbind (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/snmpd/ |
H A D | application_blocklist.c | 31 struct appl_varbind *appl_blocklist_response(size_t); 33 struct appl_varbind *); 35 const char *, struct appl_varbind *); 50 static struct appl_varbind *response = NULL; 53 struct appl_varbind * 56 struct appl_varbind *tmp; in appl_blocklist_response() 94 int32_t requestid, __unused const char *ctx, struct appl_varbind *vblist) in appl_blocklist_get() 96 struct appl_varbind *vb, *rvb, *rvblist; in appl_blocklist_get() 123 struct appl_varbind *vblist) in appl_blocklist_getnext() 125 struct appl_varbind *vb, *rvb, *rvblist; in appl_blocklist_getnext()
|
H A D | application.h | 79 struct appl_varbind { struct 85 struct appl_varbind *av_next; argument 96 struct appl_varbind *); 98 struct appl_varbind *); 106 int16_t, const char *, struct appl_varbind *); 142 struct appl_varbind *);
|
H A D | application_internal.c | 54 struct appl_varbind *); 56 const char *, struct appl_varbind *); 316 int32_t requestid, __unused const char *ctx, struct appl_varbind *vblist) in appl_internal_get() 320 struct appl_varbind *vb, *resp; in appl_internal_get() 374 struct appl_varbind *vblist) in appl_internal_getnext() 378 struct appl_varbind *vb, *resp; in appl_internal_getnext()
|
H A D | application_agentx.c | 91 struct appl_varbind *); 93 struct appl_varbind *); 714 int32_t requestid, const char *ctx, struct appl_varbind *vblist) in appl_agentx_get() 718 struct appl_varbind *vb; in appl_agentx_get() 765 int32_t requestid, const char *ctx, struct appl_varbind *vblist) in appl_agentx_getnext() 769 struct appl_varbind *vb; in appl_agentx_getnext() 870 struct appl_varbind *response = NULL; in appl_agentx_response()
|
H A D | application.c | 121 struct appl_varbind avi_varbind; 153 int appl_varbind_valid(struct appl_varbind *, struct appl_varbind_internal *, 160 uint16_t, struct appl_varbind *); 1293 enum appl_error error, int16_t index, struct appl_varbind *vblist) in appl_response() 1299 struct appl_varbind *vb; in appl_response() 1425 appl_varbind_valid(struct appl_varbind *varbind, in appl_varbind_valid() 1664 struct appl_varbind *vb = &(ivb->avi_varbind); in appl_varbind_backend() 1838 struct appl_varbind *vblist) in appl_pdu_log() 1840 struct appl_varbind *vb; in appl_pdu_log()
|