Searched refs:ip_route_get_local_ip (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/lwip2/src/apps/snmp/
H A Dsnmp_netconn.c102 ip_route_get_local_ip(&conn->pcb.udp->local_ip, dst, dst_if, dst_ip);
H A Dsnmp_raw.c70 ip_route_get_local_ip(&udp_pcb->local_ip, dst, dst_if, dst_ip);
/barrelfish-master/include/lwip2/lwip/
H A Dip.h308 #define ip_route_get_local_ip(src, dest, netif, ipaddr) do { \ macro
/barrelfish-master/lib/lwip2/src/core/
H A Dtcp.c894 ip_route_get_local_ip(&pcb->local_ip, &pcb->remote_ip, netif, local_ip);

Completed in 39 milliseconds