Searched refs:dst_idx (Results 1 – 3 of 3) sorted by relevance
107 snmp_trap_dst_enable(u8_t dst_idx, u8_t enable) in snmp_trap_dst_enable() argument109 if (dst_idx < SNMP_TRAP_DESTINATIONS) { in snmp_trap_dst_enable()110 trap_dst[dst_idx].enable = enable; in snmp_trap_dst_enable()121 snmp_trap_dst_ip_set(u8_t dst_idx, const ip_addr_t *dst) in snmp_trap_dst_ip_set() argument123 if (dst_idx < SNMP_TRAP_DESTINATIONS) { in snmp_trap_dst_ip_set()124 ip_addr_set(&trap_dst[dst_idx].dip, dst); in snmp_trap_dst_ip_set()
82 void snmp_trap_dst_enable(u8_t dst_idx, u8_t enable);83 void snmp_trap_dst_ip_set(u8_t dst_idx, const ip_addr_t *dst);
Completed in 7 milliseconds