Home
last modified time | relevance | path

Searched refs:get_hostname (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
DAFSDB.py45 def get_hostname(self): member in AFSDB
51 hostname = property(get_hostname, set_hostname)
/external/toybox/toys/pending/
Droute.c53 static int get_hostname(char *ipstr, struct sockaddr_in *sockin) in get_hostname() function
204 if (get_hostname(*netmask, (struct sockaddr_in *) &sock) < 0) in get_next_params()
212 if ((ishost = get_hostname(*argv, (struct sockaddr_in *) &rt->rt_gateway)) == 0) { in get_next_params()
269 if ((is_net_or_host = get_hostname(targetip, in setroute()
/external/dhcpcd-6.8.2/
Dcommon.h154 const char *get_hostname(char *, size_t, int);
Dcommon.c62 get_hostname(char *buf, size_t buflen, int short_hostname) in get_hostname() function
Ddhcp6.c546 hostname = get_hostname(hbuf, sizeof(hbuf), in dhcp6_makemessage()
Ddhcp.c878 hostname = get_hostname(hbuf, sizeof(hbuf), in make_message()
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c2701 static char * get_hostname(const char *url) in get_hostname() function
2752 host = get_hostname(ctx->server_url); in osu_cert_cb()