Home
last modified time | relevance | path

Searched refs:ipAddr (Results 1 – 9 of 9) 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/sdm845/data/ipacfg-mgr/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/qcom/sdm845/data/ipacfg-mgr/hal/inc/
DIOffloadManager.h152 uint32_t ipAddr; member
/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/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Conntrack_NATApp.cpp529 entry.src.ipAddr = htonl(rule->private_ip); in UpdateCTUdpTs()
531 entry.dst.ipAddr = htonl(rule->target_ip); in UpdateCTUdpTs()
537 entry.src.ipAddr = htonl(rule->target_ip); in UpdateCTUdpTs()
539 entry.dst.ipAddr = htonl(pub_ip_addr); in UpdateCTUdpTs()
544 iptodot("Source IP:", entry.src.ipAddr); in UpdateCTUdpTs()
545 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/1.0/
Dtypes.hal2247 DemuxIpAddress ipAddr;