Home
last modified time | relevance | path

Searched refs:SNMP_TRAP_DESTINATIONS (Results 1 – 9 of 9) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A Dsnmp_opts.h106 #if !defined SNMP_TRAP_DESTINATIONS || defined __DOXYGEN__
107 #define SNMP_TRAP_DESTINATIONS 1 macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/
A Dsnmp_opts.h106 #if !defined SNMP_TRAP_DESTINATIONS || defined __DOXYGEN__
107 #define SNMP_TRAP_DESTINATIONS 1 macro
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_traps.c96 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()
A Dsnmp_core.c182 #if (LWIP_SNMP && (SNMP_TRAP_DESTINATIONS<=0))
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_traps.c101 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()
A Dsnmp_core.c190 #if (LWIP_SNMP && (SNMP_TRAP_DESTINATIONS<=0))
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmsg_out.c62 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()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dopt.h749 #ifndef SNMP_TRAP_DESTINATIONS
750 #define SNMP_TRAP_DESTINATIONS 1 macro
/components/net/lwip/lwip-1.4.1/src/core/
A Dinit.c151 #if (LWIP_SNMP && (SNMP_TRAP_DESTINATIONS<=0))

Completed in 20 milliseconds