HomeSort by relevance Sort by last modified time
    Searched defs:SetLocalAddress (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
ifaddrs.cpp 75 // local address. SetLocalAddress will fix things if we later see an IFA_LOCAL.
93 void SetLocalAddress(int family, const void* data, size_t byteCount) {
228 new_addr->SetLocalAddress(msg->ifa_family, RTA_DATA(rta), RTA_PAYLOAD(rta));
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 135 void VirtualSocket::SetLocalAddress(const SocketAddress& addr) {
333 socket->SetLocalAddress(local_addr_);
776 dummy_socket->SetLocalAddress(remote_addr);
    [all...]

Completed in 148 milliseconds