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

  /system/connectivity/shill/
icmp.cc 87 struct sockaddr_in destination_address; local
88 destination_address.sin_family = AF_INET;
89 CHECK_EQ(sizeof(destination_address.sin_addr.s_addr),
91 memcpy(&destination_address.sin_addr.s_addr,
93 sizeof(destination_address.sin_addr.s_addr));
100 reinterpret_cast<struct sockaddr*>(&destination_address),
101 sizeof(destination_address));
routing_table_unittest.cc 523 IPAddress destination_address(IPAddress::kFamilyIPv4);
526 ASSERT_TRUE(destination_address.SetAddressFromString(kTestRemoteNetwork4));
527 destination_address.set_prefix(kTestRemotePrefix4);
530 RoutingTableEntry entry(destination_address,
598 IPAddress destination_address(IPAddress::kFamilyIPv4);
599 destination_address.SetAddressFromString(kTestRemoteAddress4);
600 destination_address.set_prefix(24);
603 SendMessage(IsRoutingQuery(destination_address,
607 routing_table_->RequestRouteToHost(destination_address,
620 RoutingTableEntry entry(destination_address,
    [all...]
routing_table.cc 207 IPAddress destination_address(address_family);
210 if (!destination_address.SetAddressFromString(route.host)) {
222 destination_address.set_prefix(
225 RoutingTableEntry(destination_address,
595 IPAddress destination_address(remote_address);
596 destination_address.set_prefix(
598 SLOG(this, 2) << "Creating link route to " << destination_address.ToString()
602 RoutingTableEntry(destination_address,
  /external/autotest/client/cros/
dhcp_packet.py 129 destination_address = socket.inet_aton(destination)
130 byte_string += destination_address[:destination_address_count]
147 destination_address = byte_string[offset:destination_address_end]
150 destination_address += '\x00' * (4 - destination_address_count)
153 socket.inet_ntoa(destination_address),
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_pproc.h 139 uint32_t destination_address[2]; member in struct:msm_cpp_frame_strip_info
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_pproc.h 112 unsigned int destination_address[2]; member in struct:msm_cpp_frame_strip_info
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 103 unsigned int destination_address[2]; member in struct:msm_cpp_frame_strip_info
108 /* destination_address[1] is used for CbCr interleved
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_pproc.h 136 uint32_t destination_address[2]; member in struct:msm_cpp_frame_strip_info
141 /* destination_address[1] is used for CbCr interleved
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 2005 unsigned int destination_address; member in struct:msm_cpp_frame_strip_info
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 1897 unsigned int destination_address; member in struct:msm_cpp_frame_strip_info
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
aarch64.cc 845 destination_address() const function in class:__anon74173::Output_data_got_aarch64::Stub_base
    [all...]
arm.cc 475 destination_address() const function in class:__anon74181::Reloc_stub
694 destination_address() const function in class:__anon74181::Cortex_a8_stub
706 Arm_address destination_address, uint32_t original_insn)
709 destination_address_(destination_address),
    [all...]

Completed in 129 milliseconds