Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_traps.c124 static struct snmp_trap_dst trap_dst[SNMP_TRAP_DESTINATIONS]; variable
147 trap_dst[dst_idx].enable = enable; in snmp_trap_dst_enable()
164 ip_addr_set(&trap_dst[dst_idx].dip, dst); in snmp_trap_dst_ip_set()
407 for (i = 0, td = &trap_dst[0]; (i < SNMP_TRAP_DESTINATIONS) && (err == ERR_OK); i++, td++) { in snmp_send_trap_or_notification_or_inform_generic()

Completed in 4 milliseconds