Searched refs:SNMP_TRAP_DESTINATIONS (Results 1 – 3 of 3) sorted by relevance
62 struct snmp_trap_dst trap_dst[SNMP_TRAP_DESTINATIONS];83 if (dst_idx < SNMP_TRAP_DESTINATIONS) in snmp_trap_dst_enable()97 if (dst_idx < SNMP_TRAP_DESTINATIONS) in snmp_trap_dst_ip_set()221 for (i=0, td = &trap_dst[0]; i<SNMP_TRAP_DESTINATIONS; i++, td++) in snmp_send_trap()
749 #ifndef SNMP_TRAP_DESTINATIONS750 #define SNMP_TRAP_DESTINATIONS 1 macro
151 #if (LWIP_SNMP && (SNMP_TRAP_DESTINATIONS<=0))