Searched refs:ip_route (Results 1 - 16 of 16) sorted by relevance

/barrelfish-master/include/lwip/ipv6/lwip/
H A Dip.h105 struct netif *ip_route(struct ip_addr *dest);
/barrelfish-master/lib/lwip/src/core/ipv6/
H A Dip6.c66 /* ip_route:
73 struct netif *ip_route(struct ip_addr *dest) function
99 if ((netif = ip_route((struct ip_addr *) &(iphdr->dest))) == NULL) {
325 if ((netif = ip_route(dest)) == NULL) {
343 if ((netif = ip_route(dest)) == NULL) {
/barrelfish-master/include/lwip2/lwip/
H A Dip.h255 #define ip_route(src, dest) \ macro
280 #define ip_route(src, dest) \ macro
298 #define ip_route(src, dest) \ macro
309 (netif) = ip_route(src, dest); \
/barrelfish-master/lib/lwip2/src/core/
H A Draw.c324 /* Don't call ip_route() with IP_ANY_TYPE */
325 netif = ip_route(IP46_ADDR_ANY(IP_GET_TYPE(ipaddr)), ipaddr);
327 netif = ip_route(&pcb->local_ip, ipaddr);
H A Dtcp_out.c956 netif = ip_route(&pcb->local_ip, &pcb->remote_ip);
1037 netif = ip_route(&pcb->local_ip, &pcb->remote_ip);
1376 netif = ip_route(local_ip, remote_ip);
1551 netif = ip_route(&pcb->local_ip, &pcb->remote_ip);
1645 netif = ip_route(&pcb->local_ip, &pcb->remote_ip);
H A Dudp.c550 /* Don't call ip_route() with IP_ANY_TYPE */
551 netif = ip_route(IP46_ADDR_ANY(IP_GET_TYPE(dst_ip_route)), dst_ip_route);
553 netif = ip_route(&pcb->local_ip, dst_ip_route);
H A Dtcp.c1907 * by using ip_route to determine the netif used to send to the address and
1921 outif = ip_route(src, dest);
/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dip.c108 struct netif *ip_route(struct ip_addr *dest) function
124 ("ip_route: No route to 0x%" X32_F "\n", dest->addr));
151 netif = ip_route((struct ip_addr *) &(iphdr->dest));
698 if ((netif = ip_route(dest)) == NULL) {
734 if ((netif = ip_route(dest)) == NULL) {
/barrelfish-master/lib/lwip/src/core/
H A Draw.c236 if ((netif = ip_route(ipaddr)) == NULL) {
H A Dudp.c382 ip_route((ip_addr_ismulticast(dst_ip)) ? (&(pcb->multicast_ip))
385 netif = ip_route(dst_ip);
745 if ((netif = ip_route(&(pcb->remote_ip))) == NULL) {
H A Dtcp.c1264 * by using ip_route to determin the netif used to send to the address and
1272 outif = ip_route(addr);
H A Dtcp_out.c730 calling ip_route(). */
732 netif = ip_route(&(pcb->remote_ip));
/barrelfish-master/include/lwip/lwip/
H A Dip.h153 struct netif *ip_route(struct ip_addr *dest);
/barrelfish-master/lib/netd/
H A DARP_lookup_service.c149 netif = ip_route(&dst_ip);
/barrelfish-master/usr/tests/net_tests/udp_throughput/
H A Dudp_test.c77 netif = ip_route(dst_ip);
/barrelfish-master/lib/lwip/src/core/snmp/
H A Dmsg_out.c219 dst_if = ip_route(&td->dip);

Completed in 123 milliseconds