Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dsnmp_msg.h292 void snmp_trap_dst_enable(u8_t dst_idx, u8_t enable);
293 void snmp_trap_dst_ip_set(u8_t dst_idx, ip_addr_t *dst);
/lib/liblwip/src/core/snmp/
Dmsg_out.c81 snmp_trap_dst_enable(u8_t dst_idx, u8_t enable) in snmp_trap_dst_enable() argument
83 if (dst_idx < SNMP_TRAP_DESTINATIONS) in snmp_trap_dst_enable()
85 trap_dst[dst_idx].enable = enable; in snmp_trap_dst_enable()
95 snmp_trap_dst_ip_set(u8_t dst_idx, ip_addr_t *dst) in snmp_trap_dst_ip_set() argument
97 if (dst_idx < SNMP_TRAP_DESTINATIONS) in snmp_trap_dst_ip_set()
99 ip_addr_set(&trap_dst[dst_idx].dip, dst); in snmp_trap_dst_ip_set()