Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_traps.c107 snmp_trap_dst_enable(u8_t dst_idx, u8_t enable) in snmp_trap_dst_enable() argument
109 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() argument
123 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()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Dsnmp.h82 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);
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/
A Dsnmp.h82 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