Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/snmp/
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()
228 for (i=0, td = &trap_dst[0]; i<SNMP_TRAP_DESTINATIONS; i++, td++) in snmp_send_trap()
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h725 #ifndef SNMP_TRAP_DESTINATIONS
726 #define SNMP_TRAP_DESTINATIONS 1 macro
/external/syslinux/core/lwip/src/core/
Dinit.c144 #if (LWIP_SNMP && (SNMP_TRAP_DESTINATIONS<=0))