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

  /external/syslinux/core/lwip/src/core/snmp/
msg_in.c 114 msg_ps->error_index = 1 + msg_ps->vb_idx;
210 /* search again (if vb_idx < msg_ps->invb.count) */
212 msg_ps->vb_idx += 1;
230 /* search again (if vb_idx < msg_ps->invb.count) */
232 msg_ps->vb_idx += 1;
244 (msg_ps->vb_idx < msg_ps->invb.count))
249 if (msg_ps->vb_idx == 0)
327 msg_ps->vb_idx += 1;
344 msg_ps->vb_idx += 1;
367 (msg_ps->vb_idx == msg_ps->invb.count)
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h 249 u8_t vb_idx; member in struct:snmp_msg_pstat

Completed in 2095 milliseconds