Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_raw.c63 snmp_get_local_ip_for_dst(void *handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst() function
Dsnmp_netconn.c95 snmp_get_local_ip_for_dst(void *handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst() function
Dsnmp_msg.h175 u8_t snmp_get_local_ip_for_dst(void *handle, const ip_addr_t *dst, ip_addr_t *result);
Dsnmp_traps.c188 if (snmp_get_local_ip_for_dst(snmp_traps_handle, &td->dip, &trap_msg.sip)) { in snmp_send_trap()