Home
last modified time | relevance | path

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

/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
DAbstractBenchmark.java143 NetworkInterface networkInterface = networkInterfaces.nextElement(); in buildBenchmarkAddr() local
144 if (!networkInterface.isLoopback()) { in buildBenchmarkAddr()
147 Enumeration<NetworkInterface> subInterfaces = networkInterface.getSubInterfaces(); in buildBenchmarkAddr()