Searched refs:route (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.base/windows/native/libnet/
H A Dnet_util_md.c68 { WSAEHOSTUNREACH, "NoRouteToHostException", "No route to host" },
816 struct sockaddr_in6 route; local
824 (void *)&route, sizeof(struct sockaddr_in6),
832 return route.sin6_scope_id;
/openjdk10/jdk/src/java.base/unix/native/libnet/
H A Dnet_util_md.c36 #include <net/route.h>
530 * route.
576 /* Not a loopback route */
1000 * 1. Scans /proc/net/ipv6_route for a matching route
1001 * (eg: fe80::/10 or a route for the specific address).
1026 * route.
1142 * route or we couldn't get the index of the interface.

Completed in 103 milliseconds