Home
last modified time | relevance | path

Searched refs:AF_UNSPEC (Results 1 – 25 of 41) sorted by relevance

12

/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_unit_test.cpp210 .ai_family = AF_UNSPEC, in TEST_F()
246 for (const auto& family : {AF_INET, AF_INET6, AF_UNSPEC}) { in TEST_F()
604 for (const auto& family : {AF_INET, AF_INET6, AF_UNSPEC}) { in TEST_F()
647 const addrinfo hints = {.ai_family = AF_UNSPEC}; in TEST_F()
853 const addrinfo hints = {.ai_family = AF_UNSPEC}; in TEST_F()
877 {ACNAME, AF_UNSPEC}, in TEST_F()
880 {CNAMES, AF_UNSPEC}, in TEST_F()
935 for (const auto& family : {AF_INET, AF_INET6, AF_UNSPEC}) { in TEST_F()
957 for (const auto& family : {AF_INET, AF_INET6, AF_UNSPEC}) { in TEST_F()
984 for (const auto& family : {AF_INET, AF_INET6, AF_UNSPEC}) { in TEST_F()
[all …]
H A Dresolv_gold_test.cpp233 queries = goldtest.config().addrinfo().family() == AF_UNSPEC ? 2U : 1U; in VerifyResolver()
379 const addrinfo hints = {.ai_family = AF_UNSPEC, .ai_socktype = SOCK_STREAM}; in TEST_F()
/aosp12/system/netd/server/
H A DNFLogListener.cpp72 msg.nfhdr.nfgen_family = AF_UNSPEC; in cfgCmdPfUnbind()
93 msg.nfhdr.nfgen_family = AF_UNSPEC; in cfgMode()
114 msg.nfhdr.nfgen_family = AF_UNSPEC; in cfgCmdBind()
134 msg.nfhdr.nfgen_family = AF_UNSPEC; in cfgCmdUnbind()
H A DOffloadUtils.cpp187 .tcm_family = AF_UNSPEC, in doTcQdiscClsact()
300 .tcm_family = AF_UNSPEC, in tcFilterAddDevBpf()
375 .tcm_family = AF_UNSPEC, in tcFilterDelDev()
H A DNetlinkManager.cpp116 if (android_nflog_send_config_cmd(*sock, 0, NFULNL_CFG_CMD_BIND, AF_UNSPEC) < 0) { in setupSocket()
H A DXfrmController.cpp333 return AF_UNSPEC; in convertToXfrmAddr()
714 if (destFamily.value() == AF_UNSPEC || in fillXfrmEndpointPair()
715 (sourceFamily.value() != AF_UNSPEC && sourceFamily.value() != destFamily.value())) { in fillXfrmEndpointPair()
937 selector->proto = AF_UNSPEC; // TODO: do we need to match the protocol? it's in fillXfrmSelector()
1112 fillXfrmSelector(AF_UNSPEC, &usersa->sel); in fillUserSaInfo()
/aosp12/system/netd/tests/
H A Dnetd_client_test.cpp70 .ai_family = AF_UNSPEC, in expectHasNetworking()
93 .ai_family = AF_UNSPEC, in expectNoNetworking()
/aosp12/bionic/tests/
H A Difaddrs_test.cpp86 AF_UNSPEC; in TEST()
88 if (family == AF_PACKET || family == AF_UNSPEC) { in TEST()
190 if (family == AF_UNSPEC) return "AF_UNSPEC"; in FamilyToName()
231 ifa->ifa_broadaddr ? ifa->ifa_broadaddr->sa_family : AF_UNSPEC; in TEST()
/aosp12/system/netd/libnetdutils/
H A DInternetAddresses.cpp37 case AF_UNSPEC: in toString()
98 case AF_UNSPEC: in IPPrefix()
/aosp12/system/extras/multinetwork/
H A Dcommon.h37 family(AF_UNSPEC), in Arguments()
H A Dcommon.cpp85 family = AF_UNSPEC; in parseArguments()
/aosp12/system/netd/include/
H A DFwmarkCommand.h46 addr.s.sa_family = AF_UNSPEC; in FwmarkConnectInfo()
/aosp12/packages/modules/Connectivity/Tethering/jni/
H A Dcom_android_networkstack_tethering_BpfUtils.cpp239 .tcm_family = AF_UNSPEC, in com_android_networkstack_tethering_BpfUtils_tcFilterAddDevBpf()
321 .tcm_family = AF_UNSPEC, in com_android_networkstack_tethering_BpfUtils_tcFilterDelDev()
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DInternetAddresses.h36 uint8_t family{AF_UNSPEC};
53 case AF_UNSPEC:
100 static_assert(AF_UNSPEC <= std::numeric_limits<uint8_t>::max(), "AF_UNSPEC value too large");
/aosp12/bionic/libc/include/sys/
H A Dsocket.h137 #define AF_UNSPEC 0 macro
182 #define PF_UNSPEC AF_UNSPEC
/aosp12/bionic/libc/bionic/
H A Dbionic_netlink.cpp72 request.msg.rtgen_family = AF_UNSPEC; // All families. in SendRequest()
/aosp12/system/core/libcutils/
H A Dsocket_network_client_unix.cpp50 hints.ai_family = AF_UNSPEC; in socket_network_client_timeout()
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_tls_frontend.cpp99 .ai_family = AF_UNSPEC, in startServer()
136 addrinfo backend_ai_hints{.ai_family = AF_UNSPEC, .ai_socktype = SOCK_DGRAM}; in startServer()
/aosp12/packages/services/BuiltInPrintService/jni/ipphelper/
H A Dipp_print.c104 ipp_job->http = httpConnect2(printer_address, ippPortNumber, NULL, AF_UNSPEC, in _init()
109 ipp_job->http = httpConnect2(printer_address, ippPortNumber, NULL, AF_UNSPEC, in _init()
113 ipp_job->http = httpConnect2(printer_address, ippPortNumber, NULL, AF_UNSPEC, in _init()
H A Dipphelper.c1392 curl_http = httpConnect2(connect_info->printer_addr, ippPortNumber, NULL, AF_UNSPEC, in ipp_cups_connect()
1397 curl_http = httpConnect2(connect_info->printer_addr, ippPortNumber, NULL, AF_UNSPEC, in ipp_cups_connect()
1401 curl_http = httpConnect2(connect_info->printer_addr, ippPortNumber, NULL, AF_UNSPEC, in ipp_cups_connect()
/aosp12/frameworks/native/libs/binder/
H A DRpcSocketAddress.h93 .ai_family = AF_UNSPEC, in getAddrInfo()
/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
H A DStructNdMsg.java129 ndm_family = (byte) OsConstants.AF_UNSPEC; in StructNdMsg()
/aosp12/bionic/tests/headers/posix/
H A Dsys_socket_h.c126 MACRO_VALUE(AF_UNSPEC, 0); in sys_socket_h()
/aosp12/bionic/libc/dns/resolv/
H A Dres_cache.c2018 .ai_family = AF_UNSPEC, in _resolv_set_nameservers_for_net()
2189 statp->nsaddr_list[nserv].sin_family = AF_UNSPEC; in _resolv_populate_res_for_net()
2196 statp->nsaddr_list[nserv].sin_family = AF_UNSPEC; in _resolv_populate_res_for_net()
/aosp12/packages/modules/DnsResolver/
H A DPrivateDnsConfiguration.cpp44 .ai_family = AF_UNSPEC, in parseServer()

12