/third_party/nghttp2/src/ |
H A D | util.cc | 731 bool numeric_host(const char *hostname) { in numeric_host() argument 735 bool numeric_host(const char *hostname, int family) { in numeric_host() argument
|
/third_party/lwip/src/apps/mdns/ |
H A D | mdns.c | 2060 mdns_resp_add_netif(struct netif *netif, const char *hostname, u32_t dns_ttl) mdns_resp_add_netif() argument 2156 mdns_resp_rename_netif(struct netif *netif, const char *hostname) mdns_resp_rename_netif() argument [all...] |
/third_party/lwip/src/apps/smtp/ |
H A D | smtp.c | 863 smtp_dns_found(const char* hostname, const ip_addr_t *ipaddr, void *arg) in smtp_dns_found() argument
|
/third_party/python/Lib/ |
H A D | pydoc.py | 2766 hostname = 'localhost' variable in cli.BadUsage 2781 hostname = val variable in cli.BadUsage [all...] |
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | sleepgraph.py | 134 hostname = 'localhost' variable in SystemValues [all...] |
/kernel/linux/linux-6.6/net/smc/ |
H A D | af_smc.c | 667 static bool smc_isascii(char *hostname) in smc_isascii() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | rtmpproto.c | 2597 char proto[8], hostname[256], path[1024], auth[100], *fname; in rtmp_open() local
|
H A D | http.c | 205 char hostname[1024], hoststr[1024], proto[10]; in http_open_cnx_internal() local 653 char hostname[102 in http_listen() local 2047 char hostname[1024], hoststr[1024]; http_proxy_open() local [all...] |
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-core.c | 409 char *hostname = NULL; in handle_get_hostname() local 1062 char *hostname; in handle_get_all() local
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2pdu.c | 479 build_netname_ctxt(struct smb2_netname_neg_context *pneg_ctxt, char *hostname) in build_netname_ctxt() argument
|
H A D | cifsglob.h | 680 char *hostname; /* hostname portion of UNC string */ member
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2pdu.c | 642 build_netname_ctxt(struct smb2_netname_neg_context *pneg_ctxt, char *hostname) in build_netname_ctxt() argument 685 char *hostname; in assemble_neg_contexts() local [all...] |
H A D | cifsglob.h | 661 char *hostname; /* hostname portion of UNC string */ member
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | sleepgraph.py | 146 hostname = 'localhost' variable in SystemValues [all...] |
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 1057 char hostname[256]; // RFC1035 in conninfo() local 2284 char hostname[25 in handle_buildid() local [all...] |
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 2092 subj_alt_hostcheck(struct Curl_easy *data, const char *match_pattern, size_t matchlen, const char *hostname, size_t hostlen, const char *dispname) subj_alt_hostcheck() argument
|
/third_party/toybox/toys/pending/ |
H A D | dhcpd.c | 193 char hostname[20]; member 1353 static int addip_to_lease(uint32_t assigned_nip, uint8_t mac[6], uint32_t *req_exp, char *hostname, uint8_t update) in addip_to_lease() argument 1433 static uint32_t getip_from_pool(uint32_t req_nip, uint8_t mac[6], uint32_t *req_exp, char *hostname) in getip_from_pool() argument
|
/third_party/mbedtls/library/ |
H A D | ssl_tls.c | 2773 int mbedtls_ssl_set_hostname(mbedtls_ssl_context *ssl, const char *hostname) in mbedtls_ssl_set_hostname() argument 9848 mbedtls_ssl_session_set_hostname(mbedtls_ssl_session *session, const char *hostname) mbedtls_ssl_session_set_hostname() argument [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 1032 int SSL_set1_host(SSL *s, const char *hostname) in SSL_set1_host() argument 1042 int SSL_add1_host(SSL *s, const char *hostname) in SSL_add1_host() argument [all...] |
H A D | ssl_local.h | 620 char *hostname; member 1615 char *hostname; member
|
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 968 int SSL_set1_host(SSL *s, const char *hostname) in SSL_set1_host() argument 978 int SSL_add1_host(SSL *s, const char *hostname) in SSL_add1_host() argument [all...] |
H A D | ssl_local.h | 613 char *hostname; member 1586 char *hostname; member
|
/third_party/python/Modules/ |
H A D | _ssl.c | 722 PyObject *hostname; in _ssl_configure_hostname() local 4226 char *hostname = NULL; in _ssl__SSLContext__wrap_socket_impl() local 4264 char *hostname = NULL; _ssl__SSLContext__wrap_bio_impl() local [all...] |
/third_party/curl/lib/ |
H A D | urldata.h | 270 char *hostname; /* hostname for verification */ member 557 struct hostname { struct 591 char *hostname; member 1319 char *hostname; global() member [all...] |
/third_party/openssl/test/ |
H A D | sslapitest.c | 140 const char *hostname = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); in hostname_cb() local [all...] |