Searched refs:hostinfo (Results 1 - 25 of 76) sorted by relevance

1234

/macosx-10.10.1/autofs-246/automountlib/
H A Dselfcheck.c96 struct hostent *hostinfo; local
104 if ((hostinfo = getipnodebyname(hostname, family, AI_DEFAULT,
117 for (hostptr = hostinfo->h_addr_list; *hostptr; hostptr++) {
120 if (addr->sa_family != hostinfo->h_addrtype)
127 hostinfo->h_length) == 0) {
128 freehostent(hostinfo);
136 hostinfo->h_length) == 0) {
137 freehostent(hostinfo);
148 freehostent(hostinfo);
H A Dhost_is_us.c275 struct hostent *hostinfo; local
296 * What's the maximum number of hostinfo structures we'd have?
299 * necessarily store hostinfo pointers for all of them.)
317 * Allocate the array of hostinfo structures.
322 pr_msg("Couldn't allocate array of hostinfo pointers\n");
327 * Fill in the array of hostinfo pointers, and count how many
328 * hostinfo pointers and host names we have.
339 hostinfo = getipnodebyaddr(&addr_in->sin_addr,
347 hostinfo = getipnodebyaddr(&addr_in6->sin6_addr,
354 hostinfo
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/uri/
H A Dapr_uri.c727 const char *hostinfo; local
836 hostinfo = s;
840 uri = s; /* whatever follows hostinfo is start of uri */
841 uptr->hostinfo = apr_pstrmemdup(p, hostinfo, uri - hostinfo);
844 * too bad there's no memrchr()... For the C purists, note that hostinfo
846 * &hostinfo[-1] < &hostinfo[0] ... and this loop is valid C.
850 } while (s >= hostinfo
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/include/
H A Dapr_uri.h89 char *hostinfo; member in struct:apr_uri_t
163 * Special case for CONNECT parsing: it comes with the hostinfo part only
165 * @param hostinfo The hostinfo string to parse
170 const char *hostinfo,
/macosx-10.10.1/apr-32/apr-util/apr-util/test/
H A Dtesturi.c29 const char *hostinfo; member in struct:aup_test
189 const char *hostinfo; member in struct:uph_test
233 " hostinfo: %s\n"
246 info->scheme, info->hostinfo, info->user, info->password,
273 ABTS_STR_EQUAL(tc, t->hostinfo, info.hostinfo);
289 ABTS_STR_EQUAL(tc, info.hostinfo, NULL);
312 rv = apr_uri_parse_hostinfo(p, t->hostinfo, &info);
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_util_ocsp.c73 uri->hostinfo);
79 "connecting to OCSP responder '%s'", uri->hostinfo);
98 uri->hostinfo);
122 uri->hostinfo);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_internal.h155 kdp_hostinfo_t *hostinfo
H A Dkdp_protocol.h250 kdp_hostinfo_t hostinfo; member in struct:__anon15128
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c268 kdp_hostinfo_t *hostinfo
273 hostinfo->cpus_mask = 0;
279 hostinfo->cpus_mask |= (1 << i);
282 hostinfo->cpu_type = cpuid_cputype() | CPU_ARCH_ABI64;
283 hostinfo->cpu_subtype = cpuid_cpusubtype();
/macosx-10.10.1/AppleUSBIrDA-145.2.4/DumpLog/
H A Dkdp_protocol.h161 kdp_hostinfo_t hostinfo; member in struct:__anon96
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c318 struct hostinfo { struct
396 void freehostinfo(struct hostinfo *);
398 struct hostinfo *gethostinfo(char *);
506 register struct hostinfo *hi;
1643 struct hostinfo *
1648 register struct hostinfo *hi;
1700 freehostinfo(register struct hostinfo *hi)
1713 register struct hostinfo *hi;
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtelnetd.c111 int hostinfo = 1; /* do we print login banner? */ variable
256 hostinfo = 0;
975 hostinfo = 0;
980 if (hostinfo && *IM)
/macosx-10.10.1/postfix-255/postfix/
H A Dmakedefs511 SYSTYPE=`hostinfo | sed -n \
514 SYSTYPE=`hostinfo | sed -n \
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dtelnetd.c83 int hostinfo = 1; /* do we print login banner? */ variable
258 hostinfo = 0;
972 hostinfo = 0;
996 if (hostinfo && *IM)
/macosx-10.10.1/configd-699.1.5/
H A Dget-mobility-info277 if [ -x /usr/bin/hostinfo ]; then
278 /usr/bin/hostinfo > hostinfo 2>&1
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_auth_digest.c1635 dst->hostinfo = src->hostinfo;
1770 if (!r_uri.hostinfo || strcmp(resp->uri, r_uri.hostinfo)) {
1773 "request-uri <%s>", resp->uri, r_uri.hostinfo);
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.sh1585 hostinfo() # attribute ... function
1761 /usr/bin/hostinfo \
1960 f=../lib/hostinfo/typemap
2604 hostinfo $args
2737 0) hostinfo type
3040 hostinfo type
4515 '') hostinfo name
5757 '') hostinfo name
5765 '') hostinfo cpu
7197 '') hostinfo cp
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrbhst.c1492 krb5_krbhst_info *hostinfo; local
1498 while(krb5_krbhst_next(context, handle, &hostinfo) == 0)
H A Dinit_creds_pw.c3264 * @param hostinfo KDC address info, first round it can be NULL.
3281 krb5_krbhst_info *hostinfo,
3381 hostinfo, &ctx->fast_state.reply_key);
3916 krb5_krbhst_info *hostinfo = NULL; local
3937 ret = krb5_init_creds_step(context, ctx, &in, &out, hostinfo, &realm, &flags);
3277 krb5_init_creds_step(krb5_context context, krb5_init_creds_context ctx, krb5_data *in, krb5_data *out, krb5_krbhst_info *hostinfo, krb5_realm *realm, unsigned int *flags) argument
/macosx-10.10.1/OpenSSL098-52/src/
H A Dconfig381 ISNEXT=`hostinfo 2>/dev/null`
/macosx-10.10.1/curl-83.1.2/curl/
H A Dconfig.guess1400 hostinfo = `(hostinfo) 2>/dev/null`
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/extensions/tdomhtml/
H A Dconfigure1295 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
/macosx-10.10.1/cxxfilt-11/cxxfilt/etc/
H A Dconfigure914 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dconfigure886 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/
H A Dconfigure914 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`

Completed in 360 milliseconds

1234