Home
last modified time | relevance | path

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

/external/iputils/ninfod/
Dninfod_name.c261 static int nodeinfo_group(const char *dnsname, int namelen, in nodeinfo_group() argument
267 if (!dnsname || !nigroup) in nodeinfo_group()
271 MD5_Update(&ctxt, dnsname, *dnsname); in nodeinfo_group()
/external/wpa_supplicant_8/src/utils/
Dhttp-utils.h30 char **dnsname; member
Dhttp_curl.c235 n = os_realloc_array(cert->dnsname, cert->num_dnsname + 1, in add_alt_name_dns()
240 cert->dnsname = n; in add_alt_name_dns()
834 OPENSSL_free(hcert->dnsname[i]); in parse_cert_free()
835 os_free(hcert->dnsname); in parse_cert_free()
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c2715 os_strdup(cert->dnsname[i]); in osu_cert_cb()
2719 if (host && os_strcasecmp(host, cert->dnsname[i]) == 0) in osu_cert_cb()
2721 wpa_printf(MSG_INFO, "dNSName '%s'", cert->dnsname[i]); in osu_cert_cb()