Home
last modified time | relevance | path

Searched defs:addressPrefix (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/
H A DMatchers.java300 abstract InetAddress addressPrefix(); in addressPrefix() method in Matchers.CidrMatcher
327 public static CidrMatcher create(InetAddress addressPrefix, int prefixLen) { in create()
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DEnvoyServerProtoData.java146 abstract InetAddress addressPrefix(); in addressPrefix() method in EnvoyServerProtoData.CidrRange
150 static CidrRange create(String addressPrefix, int prefixLen) throws UnknownHostException { in create()
/aosp_15_r20/external/ot-br-posix/src/android/
H A Dotdaemon_server.cpp228 otIp6Prefix addressPrefix{aAddress.mAddress, aAddress.mPrefixLength}; in ConvertToAddressInfo() local
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dnetif.cpp425 otIp6Prefix addressPrefix{*aAddressInfo.mAddress, aAddressInfo.mPrefixLength}; in IsOmrAddress() local