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

  /external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h 201 #define SNMP_MSG_EMPTY 0
  /external/syslinux/core/lwip/src/core/snmp/
msg_in.c 85 msg_ps->state = SNMP_MSG_EMPTY;
117 msg_ps->state = SNMP_MSG_EMPTY;
137 msg_ps->state = SNMP_MSG_EMPTY;
821 /* traverse input message process list, look for SNMP_MSG_EMPTY */
824 while ((req_idx < SNMP_CONCURRENT_REQUESTS) && (msg_ps->state != SNMP_MSG_EMPTY))
    [all...]

Completed in 63 milliseconds