Home
last modified time | relevance | path

Searched refs:ipAddr (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
DCtUpdateAmbassador.cpp62 in.src.ipAddr, in.src.port, in.dst.ipAddr, in.dst.port, in updateTimeout()
94 if (inet_ntop(AF_INET, &(in.ipAddr), ipAddrStr, INET_ADDRSTRLEN) == nullptr) { in translate()
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/
DCtUpdateAmbassador.cpp62 in.src.ipAddr, in.src.port, in.dst.ipAddr, in.dst.port, in updateTimeout()
97 if (inet_ntop(AF_INET, &(in.ipAddr), ipAddrStr, INET_ADDRSTRLEN) == nullptr) { in translate()
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/
DDemuxIpFilterSettings.aidl38 android.hardware.tv.tuner.DemuxIpAddress ipAddr;
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/
DDemuxIpFilterSettings.aidl38 android.hardware.tv.tuner.DemuxIpAddress ipAddr;
DFrontendIptvSettings.aidl42 android.hardware.tv.tuner.DemuxIpAddress ipAddr;
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/
DDemuxIpFilterSettings.aidl38 android.hardware.tv.tuner.DemuxIpAddress ipAddr;
DFrontendIptvSettings.aidl42 android.hardware.tv.tuner.DemuxIpAddress ipAddr;
/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/
DDemuxIpFilterSettings.aidl28 DemuxIpAddress ipAddr;
DFrontendIptvSettings.aidl42 DemuxIpAddress ipAddr;
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
DIOffloadManager.h152 uint32_t ipAddr; member
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/
DIOffloadManager.h152 uint32_t ipAddr; member
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Conntrack_NATApp.cpp499 entry.src.ipAddr = htonl(rule->private_ip); in UpdateCTUdpTs()
501 entry.dst.ipAddr = htonl(rule->target_ip); in UpdateCTUdpTs()
507 entry.src.ipAddr = htonl(rule->target_ip); in UpdateCTUdpTs()
509 entry.dst.ipAddr = htonl(pub_ip_addr); in UpdateCTUdpTs()
514 iptodot("Source IP:", entry.src.ipAddr); in UpdateCTUdpTs()
515 iptodot("Destination IP:", entry.dst.ipAddr); in UpdateCTUdpTs()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Conntrack_NATApp.cpp739 entry.src.ipAddr = htonl(rule->private_ip); in UpdateCTUdpTs()
741 entry.dst.ipAddr = htonl(rule->target_ip); in UpdateCTUdpTs()
747 entry.src.ipAddr = htonl(rule->target_ip); in UpdateCTUdpTs()
749 entry.dst.ipAddr = htonl(pub_ip_addr); in UpdateCTUdpTs()
754 iptodot("Source IP:", entry.src.ipAddr); in UpdateCTUdpTs()
755 iptodot("Destination IP:", entry.dst.ipAddr); in UpdateCTUdpTs()
/hardware/interfaces/tv/tuner/config/
DTunerTestingConfigReaderV1_0.h762 .ipAddr = readIpAddress(filterConfig), in readFilterTypeAndSettings()
DTunerTestingConfigAidlReaderV1_0.h1070 ip.ipAddr = readIpAddress(filterConfig), in readFilterTypeAndSettings()
/hardware/interfaces/tv/tuner/1.0/
Dtypes.hal2247 DemuxIpAddress ipAddr;