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/ |
D | AFSDB.py | 45 def get_hostname(self): member in AFSDB 51 hostname = property(get_hostname, set_hostname)
|
/external/toybox/toys/pending/ |
D | route.c | 53 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/ |
D | common.h | 154 const char *get_hostname(char *, size_t, int);
|
D | common.c | 62 get_hostname(char *buf, size_t buflen, int short_hostname) in get_hostname() function
|
D | dhcp6.c | 546 hostname = get_hostname(hbuf, sizeof(hbuf), in dhcp6_makemessage()
|
D | dhcp.c | 878 hostname = get_hostname(hbuf, sizeof(hbuf), in make_message()
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 2701 static char * get_hostname(const char *url) in get_hostname() function 2752 host = get_hostname(ctx->server_url); in osu_cert_cb()
|