Searched refs:hpp (Results 1 – 7 of 7) sorted by relevance
/system/netd/ |
D | .editorconfig | 11 [*.{c,h,cpp,hpp,cc,sh,bp}]
|
/system/netd/resolv/ |
D | DnsProxyListener.h | 83 void doDns64Synthesis(int32_t* rv, hostent** hpp); 108 void doDns64ReverseLookup(hostent** hpp);
|
D | DnsProxyListener.cpp | 997 void DnsProxyListener::GetHostByNameHandler::doDns64Synthesis(int32_t* rv, struct hostent** hpp) { in doDns64Synthesis() argument 1014 *rv = android_gethostbynamefornetcontext(mName, AF_INET, &mNetContext, hpp); in doDns64Synthesis() 1025 if (!synthesizeNat64PrefixWithARecord(prefix, *hpp)) { in doDns64Synthesis() 1028 *hpp = nullptr; in doDns64Synthesis() 1137 void DnsProxyListener::GetHostByAddrHandler::doDns64ReverseLookup(struct hostent** hpp) { in doDns64ReverseLookup() argument 1138 if (*hpp != nullptr || mAddressFamily != AF_INET6 || !mAddress) { in doDns64ReverseLookup() 1165 android_gethostbyaddrfornetcontext(&v4addr, sizeof(v4addr), AF_INET, &mNetContext, hpp); in doDns64ReverseLookup() 1167 if (*hpp) { in doDns64ReverseLookup() 1172 memcpy((*hpp)->h_addr_list[0], &v6addr, sizeof(v6addr)); in doDns64ReverseLookup() 1173 (*hpp)->h_addrtype = AF_INET6; in doDns64ReverseLookup() [all …]
|
/system/media/audio_utils/ |
D | Doxyfile | 761 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, 1923 # patterns (like *.h and *.hpp) to filter out the header-files in the
|
D | Doxyfile.orig | 761 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, 1923 # patterns (like *.h and *.hpp) to filter out the header-files in the
|
/system/chre/pal/doc/ |
D | Doxyfile | 795 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, 2006 # patterns (like *.h and *.hpp) to filter out the header-files in the
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 795 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, 2006 # patterns (like *.h and *.hpp) to filter out the header-files in the
|