Searched refs:host_name (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/servers/
H A Dnetname.defs66 host_name : netname_name_t;
/macosx-10.10.1/webdavfs-367/webdav_cert_ui.tproj/
H A DController.m178 show_cert_trust_panel(CFArrayRef cert_list, SInt32 trust_status, CFStringRef host_name)
222 /* insert host_name into the text string */
223 text = [NSString stringWithFormat: text, host_name];
279 CFStringRef host_name;
297 host_name = CFDictionaryGetValue(the_dict, kSSLClientPropTLSServerHostName);
298 if ( host_name == NULL )
301 host_name = CFSTR("unknown");
304 error = show_cert_trust_panel(cert_list, trust_status, host_name);
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-67-sectrust-blacklist.c95 static int ping_host(char *host_name){ argument
104 while ((nlp_host=gethostbyname(host_name))==0){
H A Dsi-23-sectrust-ocsp.c775 static int ping_host(char *host_name){ argument
784 while ((nlp_host=gethostbyname(host_name))==0){
/macosx-10.10.1/bootp-298/bootplib/
H A Dhostlist.h52 struct in_addr * iaddr_p, char * host_name,
/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dcurl_schannel.c123 TCHAR *host_name; local
248 host_name = Curl_convert_UTF8_to_tchar(conn->host.name);
249 if(!host_name)
255 &connssl->cred->cred_handle, NULL, host_name,
259 Curl_unicodefree(host_name);
306 TCHAR *host_name; local
390 host_name = Curl_convert_UTF8_to_tchar(conn->host.name);
391 if(!host_name)
398 host_name, connssl->req_flags, 0, 0, &inbuf_desc, 0, NULL,
401 Curl_unicodefree(host_name);
1099 TCHAR *host_name; local
[all...]
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dtelnetd.c128 char host_name[MAXHOSTNAMELEN]; variable
679 char host_name[MAXHOSTNAMELEN]; variable
744 (void) gethostname(host_name, sizeof(host_name) - 1);
745 host_name[sizeof(host_name) - 1] = '\0';
746 hostname = host_name;
762 (void) gethostname(host_name, sizeof(host_name) - 1);
763 host_name[sizeo
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfilelock.c377 char *host_name;
388 host_name = (char *)SDATA (Fsystem_name ());
390 host_name = "";
391 lock_info_str = (char *)alloca (strlen (user_name) + strlen (host_name)
395 sprintf (lock_info_str, "%s@%s.%lu:%lu", user_name, host_name,
398 sprintf (lock_info_str, "%s@%s.%lu", user_name, host_name,
375 char *host_name; local
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dl2tp.h159 u_int8_t host_name[MAX_HOST_NAME_SIZE]; member in struct:l2tp_parameters
H A Dl2tp.c663 if (value_len >= sizeof(params->host_name))
664 value_len = sizeof(params->host_name) - 1;
665 bcopy(value_buf, params->host_name, value_len);
666 params->host_name[value_len] = 0;
1075 size = strlen((char*)params->host_name) + 1;
1078 bcopy(params->host_name, buf, size);
H A Dmain.c1145 if (gethostname((char*)our_params.host_name, sizeof(our_params.host_name)) != 0) {
1146 our_params.host_name[0] = 0;
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtelnetd.c686 char host_name[MaxHostNameLen]; variable
733 gethostname(host_name, sizeof (host_name));
739 char *domain = strchr(host_name, '.');
759 auth_encrypt_init(host_name, remote_host_name, "TELNETD", 1);
979 edithost(he, host_name);
/macosx-10.10.1/webdavfs-367/webdavlib/
H A Dwebdavlib.c258 CFStringRef host_name; local
300 host_name = CFURLCopyHostName(a_url);
301 require(host_name != NULL, CFURLCopyHostName);
303 CFDictionaryAddValue(dict, kSSLClientPropTLSServerHostName, host_name);
304 CFRelease(host_name);
/macosx-10.10.1/cups-408/cups/scheduler/
H A Ddirsvc.c1482 const char *host_name = avahi_client_get_host_name(DNSSDClient); local
1485 cupsdSetString(&DNSSDComputerName, host_name ? host_name : ServerName);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dstp.vim55 syn keyword stpFunction exp floor getdate hextoint host_id host_name index_col
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c4426 CFStringRef host_name = NULL; local
4455 host_name = CFDictionaryGetValue(selectionOptions, kSCNetworkConnectionSelectionOptionOnDemandHostName);
4470 host_name,
4525 if (isA_CFDictionary(configuration) && host_name != NULL) {
4528 found_trigger = __SCNetworkConnectionCopyMatchingTriggerWithName(configuration, host_name, connectionPrivate->client_pid, is_retry, &match_info, &triggerNow, &requiredProbe);
4626 if (host_name != NULL) {
4627 CFDictionarySetValue(new_user_options, kSCNetworkConnectionSelectionOptionOnDemandHostName, host_name);
/macosx-10.10.1/cups-408/cups/test/
H A Dippdiscover.c99 const char *domain, const char *host_name,
H A Dippfind.c223 const char *host_name,
/macosx-10.10.1/cups-408/cups/cups/
H A Dhttp-support.c139 const char *domain, const char *host_name,
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c2573 char * host_name = NULL; local
2578 host_name = (char *)
2583 if (host_name && host_name_len > 0) {
2585 str = CFStringCreateWithBytes(NULL, (UInt8 *)host_name,
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1475 "getansinull" "getdate" "grouping" "host_id" "host_name" "ident_incr"
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c518 u_int8_t host_name[64]; member in struct:pf_pptp_ctrl_start_req
531 u_int8_t host_name[64]; member in struct:pf_pptp_ctrl_start_rpy
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim1667 \ 'fbsql_hostname(': 'resource link_identifier [, string host_name] | string',
2203 \ 'iis_add_server(': 'string path, string comment, string server_ip, int port, string host_name, int rights, int start_server | int',

Completed in 673 milliseconds