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

  /external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h 255 struct snmp_varbind_root outvb; member in struct:snmp_msg_pstat
278 struct snmp_varbind_root outvb; member in struct:snmp_msg_trap
  /external/syslinux/core/lwip/src/core/snmp/
msg_out.c 109 * @note the caller is responsible for filling in outvb in the m_stat
121 tot_len = snmp_varbind_list_sum(&m_stat->outvb);
154 snmp_varbind_list_enc(&m_stat->outvb, p, ofs);
212 * @note the caller is responsible for filling in outvb in the trap_msg
257 tot_len = snmp_varbind_list_sum(&trap_msg.outvb);
268 snmp_varbind_list_enc(&trap_msg.outvb, p, ofs);
290 trap_msg.outvb.head = NULL;
291 trap_msg.outvb.tail = NULL;
292 trap_msg.outvb.count = 0;
303 trap_msg.outvb.head = NULL
    [all...]
msg_in.c 108 snmp_varbind_list_free(&msg_ps->outvb);
109 msg_ps->outvb = msg_ps->invb;
116 snmp_varbind_list_free(&msg_ps->outvb);
136 snmp_varbind_list_free(&msg_ps->outvb);
191 /* move name from invb to outvb */
209 snmp_varbind_tail_add(&msg_ps->outvb, vb);
229 snmp_varbind_tail_add(&msg_ps->outvb, vb);
238 LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_msg_event: no outvb space\n"));
306 /* move name from invb to outvb */
325 snmp_varbind_tail_add(&msg_ps->outvb, vb)
    [all...]

Completed in 74 milliseconds