HomeSort by relevance Sort by last modified time
    Searched refs:SetAddress (Results 1 - 10 of 10) sorted by null

  /device/google/cuttlefish_common/common/libs/net/
network_interface.h 68 NetworkInterface& SetAddress(const std::string& address) {
  /art/libelffile/dwarf/
debug_line_opcode_writer.h 48 DCHECK_NE(current_address_, 0u); // Use SetAddress for the first advance.
57 SetAddress(absolute_address);
123 void SetAddress(uint64_t absolute_address) {
  /external/webrtc/webrtc/p2p/base/
stunserver.cc 95 mapped_addr->SetAddress(remote_addr);
stun.cc 491 SetAddress(addr);
519 SetAddress(rtc::SocketAddress(ipaddr, port));
529 SetAddress(rtc::SocketAddress(ipaddr, port));
612 SetAddress(rtc::SocketAddress(xored_ip, xoredport));
stun_unittest.cc 814 addr->SetAddress(test_addr);
    [all...]
stun.h 283 void SetAddress(const rtc::SocketAddress& addr) {
  /bionic/libc/bionic/
ifaddrs.cpp 70 void SetAddress(int family, const void* data, size_t byteCount) {
177 new_addr->SetAddress(AF_PACKET, RTA_DATA(rta), RTA_PAYLOAD(rta));
219 new_addr->SetAddress(msg->ifa_family, RTA_DATA(rta), RTA_PAYLOAD(rta));
  /art/compiler/debug/dwarf/
dwarf_test.cc 204 opcodes.SetAddress(0x01000000);
247 opcodes.SetAddress(pc);
  /art/compiler/debug/
elf_debug_line_writer.h 167 opcodes.SetAddress(method_address);
  /device/google/cuttlefish_common/guest/hals/ril/
cuttlefish_ril.cpp 166 ni->SetAddress(ipaddr);
    [all...]

Completed in 6548 milliseconds