OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snmp_varbind_root
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h
112
struct
snmp_varbind_root
struct
253
struct
snmp_varbind_root
invb;
255
struct
snmp_varbind_root
outvb;
278
struct
snmp_varbind_root
outvb;
298
void snmp_varbind_list_free(struct
snmp_varbind_root
*root);
299
void snmp_varbind_tail_add(struct
snmp_varbind_root
*root, struct snmp_varbind *vb);
300
struct snmp_varbind* snmp_varbind_tail_remove(struct
snmp_varbind_root
*root);
/external/syslinux/core/lwip/src/core/snmp/
msg_out.c
69
static u16_t snmp_varbind_list_sum(struct
snmp_varbind_root
*root);
73
static u16_t snmp_varbind_list_enc(struct
snmp_varbind_root
*root, struct pbuf *p, u16_t ofs);
115
struct
snmp_varbind_root
emptyvb = {NULL, NULL, 0, 0, 0};
421
snmp_varbind_list_sum(struct
snmp_varbind_root
*root)
615
snmp_varbind_list_enc(struct
snmp_varbind_root
*root, struct pbuf *p, u16_t ofs)
msg_in.c
[
all
...]
Completed in 1256 milliseconds