Home
last modified time | relevance | path

Searched defs:hostAddr (Results 1 – 5 of 5) sorted by relevance

/external/ot-br-posix/tests/mdns/
Dmain.cpp106 uint8_t hostAddr[OTBR_IP6_ADDRESS_SIZE] = {0}; in PublishSingleServiceWithCustomHost() local
134 uint8_t hostAddr[OTBR_IP6_ADDRESS_SIZE] = {0}; in PublishSingleServiceWithKeyAfterwards() local
162 uint8_t hostAddr[OTBR_IP6_ADDRESS_SIZE] = {0}; in PublishMultipleServicesWithCustomHost() local
337 uint8_t hostAddr[OTBR_IP6_ADDRESS_SIZE] = {0}; in PublishKeyWithServiceRemoved() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DSocketTransportWrapper.java65 InetAddress hostAddr = null; in startListening() local
/external/guava/guava/src/com/google/common/net/
DInetAddresses.java606 public static InetAddress forUriString(String hostAddr) { in forUriString()
616 private static InetAddress forUriStringOrNull(String hostAddr, boolean parseScope) { in forUriStringOrNull()
/external/guava/android/guava/src/com/google/common/net/
DInetAddresses.java606 public static InetAddress forUriString(String hostAddr) { in forUriString()
616 private static InetAddress forUriStringOrNull(String hostAddr, boolean parseScope) { in forUriStringOrNull()
/external/mesa3d/src/gfxstream/guest/GoldfishAddressSpace/
Dgoldfish_address_space.cpp234 uint64_t GoldfishAddressSpaceBlock::hostAddr() const in hostAddr() function in GoldfishAddressSpaceBlock