Home
last modified time | relevance | path

Searched defs:hostname (Results 201 - 225 of 226) sorted by relevance

12345678910

/third_party/nghttp2/src/
H A Dutil.cc731 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 Dmdns.c2060 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 Dsmtp.c863 smtp_dns_found(const char* hostname, const ip_addr_t *ipaddr, void *arg) in smtp_dns_found() argument
/third_party/python/Lib/
H A Dpydoc.py2766 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 Dsleepgraph.py134 hostname = 'localhost' variable in SystemValues
[all...]
/kernel/linux/linux-6.6/net/smc/
H A Daf_smc.c667 static bool smc_isascii(char *hostname) in smc_isascii() argument
/third_party/ffmpeg/libavformat/
H A Drtmpproto.c2597 char proto[8], hostname[256], path[1024], auth[100], *fname; in rtmp_open() local
H A Dhttp.c205 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 Diface-core.c409 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 Dsmb2pdu.c479 build_netname_ctxt(struct smb2_netname_neg_context *pneg_ctxt, char *hostname) in build_netname_ctxt() argument
H A Dcifsglob.h680 char *hostname; /* hostname portion of UNC string */ member
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.c642 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 Dcifsglob.h661 char *hostname; /* hostname portion of UNC string */ member
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py146 hostname = 'localhost' variable in SystemValues
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx1057 char hostname[256]; // RFC1035 in conninfo() local
2284 char hostname[25 in handle_buildid() local
[all...]
/third_party/curl/lib/vtls/
H A Dopenssl.c2092 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 Ddhcpd.c193 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 Dssl_tls.c2773 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 Dssl_lib.c1032 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 Dssl_local.h620 char *hostname; member
1615 char *hostname; member
/third_party/openssl/ssl/
H A Dssl_lib.c968 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 Dssl_local.h613 char *hostname; member
1586 char *hostname; member
/third_party/python/Modules/
H A D_ssl.c722 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 Durldata.h270 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 Dsslapitest.c140 const char *hostname = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); in hostname_cb() local
[all...]

Completed in 109 milliseconds

12345678910