Searched refs:host (Results 276 - 300 of 1504) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/ntp/
H A Drdate.tcl20 set s {usage: rdate [-psa] [-utS] host
58 # Check that we have a host to talk to.
62 set host [lindex $args 0]
72 lappend cmd $host
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dgetpeername.c71 struct hostent *host; local
87 if ((host = gethostbyname("localhost")) == NULL) {
97 (void) memcpy(&adds.sin_addr.s_addr, host->h_addr_list[0],
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Droken_gethostby.c87 split_spec(const char *spec, char **host, int *port, char **path, int def_port) argument
90 *host = strdup(spec);
91 p = strchr(*host, ':');
98 p = strchr(p ? p : *host, '/');
148 return NULL; /* no configured host */
257 char host[MAXHOSTNAMELEN];
265 strncpy(host, he->h_name, sizeof(host));
266 host[sizeof(host)
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScriptModule.h53 virtual JSC::JSValue host(InjectedScriptManager*, JSC::ExecState*) const = 0;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/
H A Dkerberos.c143 char *host = ldap_pvt_get_fqdn( NULL ); local
145 if( host == NULL ) {
152 host, "ldap", KRB5_NT_SRV_HST, &server );
154 ber_memfree( host );
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dhostfile.c119 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) argument
134 /* Extract salt from known host entry */
141 HMAC_Update(&mac_ctx, host, strlen(host));
184 hostfile_check_key(int bits, const Key *key, const char *host, argument
190 logit("Warning: %s, line %lu: keysize mismatch for host %s: "
192 filename, linenum, host, BN_num_bits(key->rsa->n), bits);
244 load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path) argument
256 debug3("%s: loading entries for host \"%.100s\" from file \"%s\"",
257 __func__, host, pat
463 add_host_to_hostfile(const char *filename, const char *host, const Key *key, int store_hash) argument
[all...]
H A Dhostfile.h26 char *host; member in struct:hostkey_entry
H A Dsshlogin.c7 * easily use something like login -p -h host -f user, because there are
69 * The host the user logged in from will be returned in buf.
127 const char *host, struct sockaddr *addr, socklen_t addrlen)
134 li = login_alloc_entry(pid, user, host, tty);
143 const char *host, struct sockaddr *addr, socklen_t addrlen)
147 li = login_alloc_entry(pid, user, host, ttyname);
126 record_login(pid_t pid, const char *tty, const char *user, uid_t uid, const char *host, struct sockaddr *addr, socklen_t addrlen) argument
142 record_utmp_only(pid_t pid, const char *ttyname, const char *user, const char *host, struct sockaddr *addr, socklen_t addrlen) argument
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Durl.h60 string host() const;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Durl.h60 string host() const;
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dcsproxy.h46 // Code Signing host object. It performs two notionally separate functions:
48 // (2) Optionally, maintain a guest registry to offload the host's work.
57 noHosting, // is not a host (yet), could go either way
74 CFRef<CFDataRef> cdhash; // hash of CodeDirectory as specified by host
75 bool dedicated; // host is dedicated (and this is the only guest)
83 bool isGuestOf(Guest *host, GuestCheck check) const;
99 void removeGuest(SecGuestRef host, SecGuestRef guest);
106 Guest *findHost(SecGuestRef hostRef); // find most dedicated guest of this host
107 Guest *findGuest(Guest *host, const CssmData &attrData); // by host an
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCookieStorageContentView.js65 cookie.host = this.representedObject.host;
165 if (urlComponents && urlComponents.host && urlComponents.host === this.representedObject.host)
172 if (mainResourceURLComponents && mainResourceURLComponents.host && mainResourceURLComponents.host == this.representedObject.host)
248 if (!parsedURL || !WebInspector.cookieDomainMatchesResourceDomain(cookie.domain, parsedURL.host))
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebSecurityOriginPrivate.h43 - (NSString *)host;
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKSecurityOrigin.h39 WK_EXPORT WKSecurityOriginRef WKSecurityOriginCreate(WKStringRef protocol, WKStringRef host, int port);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DSecurityOriginData.h50 // host, and port.
53 String host; member in struct:WebKit::SecurityOriginData
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKProtectionSpace.cpp41 return toCopiedAPI(toImpl(protectionSpaceRef)->host());
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_auth_request_private.h48 const char* host() const;
H A Dewk_security_origin_private.h48 const char* host() const;
/macosx-10.10.1/adv_cmds-158/finger/
H A Dfinger.h66 char host[_UTX_HOSTSIZE+1]; /* null terminated remote host name */ member in struct:where
/macosx-10.10.1/apache-793/httpd/include/
H A Dhttp_vhost.h43 * @param main_server The start of the virtual host list
59 * @param arg a host of the form "<address>[:port]"
76 * For every virtual host on this connection, call func_cb.
103 * Match the host in the header with the hostname of the server for this
106 * @param host The hostname in the headers
108 * @return return 1 if the host:port matches any of the aliases of r->server,
111 AP_DECLARE(int) ap_matches_request_vhost(request_rec *r, const char *host,
/macosx-10.10.1/autofs-246/automountlib/
H A Dhost_is_us.c40 static int hosts_match(const char *host, size_t hostlen, const char *thishost);
49 * handle our primary host name, with or without qualifications. We
55 * using it on a lot of names, as it looks up the host name and compares
56 * all the IP addresses for that host name with all of the IP addresses
61 * then, the first time that happens, it does a host name lookup for every
63 * host.
66 * up the host name, we do a quick comparison against the result of
67 * gethostname() (the primary DNS host name) and against the result
68 * of SCDynamicStoreCopyLocalHostName() (the local host name) and
84 * Read/write lock on the host nam
89 host_is_us(const char *host, size_t hostlen) argument
192 hosts_match(const char *host, size_t hostlen, const char *matchhost) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dtls.el61 "List of strings containing commands to start TLS stream to a host.
115 (defun open-tls-stream (name buffer host port)
116 "Open a TLS connection for a port to a host.
126 Third arg is name of the host to connect to, or its IP address.
133 (message "Opening TLS connection to `%s'..." host)
143 ?h host
161 host (if done "done" "failed"))
/macosx-10.10.1/ntp-92/libsntp/
H A Dlibsntp.h110 * @param host
126 sntp_query(char *host, bool use_service_port, sntp_query_result_handler_t result_handler);
/macosx-10.10.1/ntp-92/scripts/
H A Dchecktime.in5 # time on the local host.
21 while ($line=<HOSTS>) { # loop for each host getting the offset compared to localhost
22 ($addr,$host,$aliases)=split(/\s+/,$line,3);
23 $res=`/usr/local/bin/ntptrace -m 1 -r 1 -t 1 $host`;
33 # from the local host.
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_session.c30 /* and initializes it with the given stream and destination, host name
31 /* and address information. The host name and address strings are
52 /* the name of the remote host;
53 /* the printable address of the remote host;
68 /* best MX host for the current logical destination, the dest,
69 /* host, and addr properties. When dest_prop is non-empty, it
70 /* overrides the iterator dest, host, and addr properties. It
126 const char *host = STR(iter->host); local
133 session->namaddr = concatenate(host, "[", add
292 const char *host; local
[all...]

Completed in 450 milliseconds

<<11121314151617181920>>