Home
last modified time | relevance | path

Searched refs:HOST_RES_PREFER_NONE (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A Dink_res_init.cc97 {HOST_RES_PREFER_IPV4, HOST_RES_PREFER_IPV6, HOST_RES_PREFER_NONE}};
614 if (0 == strcasecmp(elt, HOST_RES_PREFERENCE_STRING[HOST_RES_PREFER_NONE])) { in parse_host_res_preference()
615 found[HOST_RES_PREFER_NONE] = true; in parse_host_res_preference()
616 order[np] = HOST_RES_PREFER_NONE; in parse_host_res_preference()
620 HostResPreference ep = HOST_RES_PREFER_NONE; in parse_host_res_preference()
621 for (int ip = HOST_RES_PREFER_NONE + 1; ip < N_HOST_RES_PREFERENCE; ++ip) { in parse_host_res_preference()
627 if (HOST_RES_PREFER_NONE != ep && !found[ep]) { // ignore duplicates in parse_host_res_preference()
634 if (!found[HOST_RES_PREFER_NONE]) { in parse_host_res_preference()
643 order[np] = HOST_RES_PREFER_NONE; in parse_host_res_preference()
660 if (HOST_RES_PREFER_NONE == i) { in ts_host_res_order_to_string()
H A Dink_res_mkquery.cc557 order[pos] = HOST_RES_PREFER_NONE; in ats_force_order_by_family()
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A Dink_resolver.h155 HOST_RES_PREFER_NONE = 0, ///< Invalid / init value. enumerator
/dports/www/trafficserver/trafficserver-9.1.1/lib/records/
H A DRecHttp.cc478 …res_preference[0] != HOST_RES_PREFER_CLIENT || m_host_res_preference[1] != HOST_RES_PREFER_NONE)) { in processOptions()
481 …T_RES_PREFERENCE_STRING[HOST_RES_PREFER_CLIENT], HOST_RES_PREFERENCE_STRING[HOST_RES_PREFER_NONE]); in processOptions()
484 m_host_res_preference[1] = HOST_RES_PREFER_NONE; in processOptions()