Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_raw.c71 ip_route_get_local_ip(&udp_pcb->local_ip, dst, dst_if, dst_ip); in snmp_get_local_ip_for_dst()
Dsnmp_netconn.c103 ip_route_get_local_ip(&conn->pcb.udp->local_ip, dst, dst_if, dst_ip); in snmp_get_local_ip_for_dst()
/third_party/lwip/src/include/lwip/
Dip.h319 #define ip_route_get_local_ip(src, dest, netif, ipaddr) do { \ macro