Searched refs:get_hostname (Results 1 – 6 of 6) sorted by relevance
/third_party/toybox/toys/pending/ |
D | route.c | 77 static int get_hostname(char *ipstr, struct sockaddr_in *sockin) in get_hostname() function 211 get_hostname(*netmask, (struct sockaddr_in *) &sock); in get_next_params() 216 if (!get_hostname(argv[1], (struct sockaddr_in *) &rt->rt_gateway)) in get_next_params() 282 is_net_or_host = get_hostname(targetip, (void *)&rt.rt_dst); in setroute()
|
/third_party/node/src/ |
D | node_url.cc | 87 std::string host = out->get_hostname(); in DomainToASCII() 112 std::string result = ada::unicode::to_unicode(out->get_hostname()); in DomainToUnicode() 172 out->host = ada::idna::to_unicode(out->get_hostname()); in Format()
|
/third_party/node/deps/ada/ |
D | ada.cpp | 11864 [[nodiscard]] std::string url::get_hostname() const noexcept { in get_hostname() function in ada::url 12562 url.set_hostname(base_url->get_hostname()); in parse_url() 12632 url.set_hostname(base_url->get_hostname()); in parse_url() 12710 ada_log("HOST parsing results in ", url.get_hostname()); in parse_url() 12736 ada_log("HOST parsing results in ", url.get_hostname(), in parse_url() 12937 if (url.get_hostname() == "localhost") { in parse_url() 12981 url.set_hostname(base_url->get_hostname()); in parse_url() 13639 if (checkers::is_ipv4(get_hostname())) { in parse_host() 13641 return parse_ipv4(get_hostname(), true); in parse_host() 13643 ada_log("parse_host fast path ", get_hostname()); in parse_host() [all …]
|
D | ada.h | 4741 [[nodiscard]] std::string_view get_hostname() const noexcept; 5193 [[nodiscard]] std::string get_hostname() const noexcept; 6450 ADA_ASSERT_EQUAL(get_hostname(), "",
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | osu_client.c | 2866 static char * get_hostname(const char *url) in get_hostname() function 2917 host = get_hostname(ctx->server_url); in osu_cert_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | osu_client.c | 2866 static char * get_hostname(const char *url) in get_hostname() function 2917 host = get_hostname(ctx->server_url); in osu_cert_cb()
|