Searched refs:SNMP_TRAP_DESTINATIONS (Results 1 – 9 of 9) sorted by relevance
106 #if !defined SNMP_TRAP_DESTINATIONS || defined __DOXYGEN__107 #define SNMP_TRAP_DESTINATIONS 1 macro
96 static struct snmp_trap_dst trap_dst[SNMP_TRAP_DESTINATIONS];109 if (dst_idx < SNMP_TRAP_DESTINATIONS) { in snmp_trap_dst_enable()123 if (dst_idx < SNMP_TRAP_DESTINATIONS) { in snmp_trap_dst_ip_set()176 for (i = 0, td = &trap_dst[0]; i < SNMP_TRAP_DESTINATIONS; i++, td++) { in snmp_send_trap()
182 #if (LWIP_SNMP && (SNMP_TRAP_DESTINATIONS<=0))
101 static struct snmp_trap_dst trap_dst[SNMP_TRAP_DESTINATIONS];115 if (dst_idx < SNMP_TRAP_DESTINATIONS) { in snmp_trap_dst_enable()130 if (dst_idx < SNMP_TRAP_DESTINATIONS) { in snmp_trap_dst_ip_set()185 for (i = 0, td = &trap_dst[0]; i < SNMP_TRAP_DESTINATIONS; i++, td++) { in snmp_send_trap()
190 #if (LWIP_SNMP && (SNMP_TRAP_DESTINATIONS<=0))
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))
Completed in 20 milliseconds