Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_raw.c66 struct netif *dst_if; in snmp_get_local_ip_for_dst() local
71 ip_route_get_local_ip(&udp_pcb->local_ip, dst, dst_if, dst_ip); in snmp_get_local_ip_for_dst()
73 if ((dst_if != NULL) && (dst_ip != NULL)) { in snmp_get_local_ip_for_dst()
Dsnmp_netconn.c98 struct netif *dst_if; in snmp_get_local_ip_for_dst() local
103 ip_route_get_local_ip(&conn->pcb.udp->local_ip, dst, dst_if, dst_ip); in snmp_get_local_ip_for_dst()
105 if ((dst_if != NULL) && (dst_ip != NULL)) { in snmp_get_local_ip_for_dst()