Home
last modified time | relevance | path

Searched refs:appl_context (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/snmpd/
Dapplication.c43 TAILQ_HEAD(, appl_context) contexts = TAILQ_HEAD_INITIALIZER(contexts);
47 struct appl_context *aa_context;
56 struct appl_context { struct
64 TAILQ_ENTRY(appl_context) ac_entries; argument
80 struct appl_context *aru_ctx;
138 enum appl_error appl_region(struct appl_context *, uint32_t, uint8_t,
140 void appl_region_free(struct appl_context *, struct appl_region *);
141 enum appl_error appl_region_unregister_match(struct appl_context *, uint8_t,
143 struct appl_region *appl_region_find(struct appl_context *,
145 struct appl_region *appl_region_next(struct appl_context *,
[all …]
Dapplication.h91 struct appl_context;
125 struct appl_context *appl_context(const char *, int);
Dapplication_agentx.c381 if (appl_context(pdu->ap_context.aos_string, 0) == NULL) { in appl_agentx_recv()