HomeSort by relevance Sort by last modified time
    Searched refs:snmp_varbind (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h 79 struct snmp_varbind struct
82 struct snmp_varbind *next;
84 struct snmp_varbind *prev;
114 struct snmp_varbind *head;
115 struct snmp_varbind *tail;
251 struct snmp_varbind *vb_ptr;
296 struct snmp_varbind* snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len);
297 void snmp_varbind_free(struct snmp_varbind *vb);
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)
    [all...]
memp_std.h 81 LWIP_MEMPOOL(SNMP_VARBIND, MEMP_NUM_SNMP_VARBIND, sizeof(struct snmp_varbind), "SNMP_VARBIND")
  /external/syslinux/core/lwip/src/core/snmp/
msg_in.c 178 struct snmp_varbind *vb;
184 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND);
295 struct snmp_varbind *vb;
299 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND);
408 struct snmp_varbind *vb;
483 struct snmp_varbind *vb;
    [all...]
msg_out.c 423 struct snmp_varbind *vb;
617 struct snmp_varbind *vb;

Completed in 57 milliseconds