Searched refs:SNMP_CONCURRENT_REQUESTS (Results 1 – 3 of 3) sorted by relevance
717 #ifndef SNMP_CONCURRENT_REQUESTS718 #define SNMP_CONCURRENT_REQUESTS 1 macro
57 struct snmp_msg_pstat msg_input_list[SNMP_CONCURRENT_REQUESTS];83 for (i=0; i<SNMP_CONCURRENT_REQUESTS; i++) in snmp_init()788 if (request_id < SNMP_CONCURRENT_REQUESTS) in snmp_msg_event()824 while ((req_idx < SNMP_CONCURRENT_REQUESTS) && (msg_ps->state != SNMP_MSG_EMPTY)) in snmp_recv()829 if (req_idx == SNMP_CONCURRENT_REQUESTS) in snmp_recv()
141 #if (LWIP_SNMP && (SNMP_CONCURRENT_REQUESTS<=0))