Searched refs:SNMP_LWIP_GETBULK_MAX_REPETITIONS (Results 1 – 2 of 2) sorted by relevance
262 #if !defined SNMP_LWIP_GETBULK_MAX_REPETITIONS || defined __DOXYGEN__263 #define SNMP_LWIP_GETBULK_MAX_REPETITIONS 0 macro
566 if (SNMP_LWIP_GETBULK_MAX_REPETITIONS > 0) { in snmp_process_getbulk_request()567 repetitions = LWIP_MIN(request->max_repetitions, SNMP_LWIP_GETBULK_MAX_REPETITIONS); in snmp_process_getbulk_request()