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()228 for (i=0, td = &trap_dst[0]; i<SNMP_TRAP_DESTINATIONS; i++, td++) in snmp_send_trap()
725 #ifndef SNMP_TRAP_DESTINATIONS726 #define SNMP_TRAP_DESTINATIONS 1 macro
144 #if (LWIP_SNMP && (SNMP_TRAP_DESTINATIONS<=0))