Searched refs:dst_idx (Results 1 – 2 of 2) sorted by relevance
292 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);
81 snmp_trap_dst_enable(u8_t dst_idx, u8_t enable) in snmp_trap_dst_enable() argument83 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() argument97 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()
Completed in 4 milliseconds