Searched refs:host_info (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/contrib/tcp_wrappers/
H A Dtcpd.h13 struct host_info { struct
32 struct host_info client[1]; /* client endpoint info */
33 struct host_info server[1]; /* server endpoint info */
35 void (*hostname) (struct host_info *); /* address to printable hostname */
36 void (*hostaddr) (struct host_info *); /* address to printable address */
124 * host_info structures serve as caches for the lookup results.
H A Deval.c4 * the sockets or TLI programming interfaces. The request_info and host_info
59 struct host_info *host;
72 struct host_info *host;
85 struct host_info *host;
H A Dsocket.c143 struct host_info *host;
170 struct host_info *host;
H A Dtli.c245 struct host_info *host;
262 struct host_info *host;
H A Dhosts_access.c292 struct host_info *host;
/freebsd-10.2-release/contrib/serf/
H A Dssltunnel.c179 ctx->uri = apr_psprintf(ctx->pool, "%s:%d", conn->host_info.hostname,
180 conn->host_info.port);
H A Doutgoing.c413 if (ctx->proxy_address && strcmp(conn->host_info.scheme, "https") == 0)
1372 apr_uri_t host_info,
1384 if (!host_info.port) {
1385 host_info.port = apr_uri_port_of_scheme(host_info.scheme);
1392 host_info.hostname,
1393 APR_UNSPEC, host_info.port, 0, pool);
1403 &host_info,
1408 (void)apr_uri_parse(c->pool, c->host_url, &(c->host_info));
1409 if (!c->host_info
1369 serf_connection_create2( serf_connection_t **conn, serf_context_t *ctx, apr_uri_t host_info, serf_connection_setup_t setup, void *setup_baton, serf_connection_closed_t closed, void *closed_baton, apr_pool_t *pool) argument
[all...]
H A Dserf_private.h271 apr_uri_t host_info; member in struct:serf_connection_t
H A Dserf.h418 * The host address will be looked up based on the hostname in @a host_info.
437 apr_uri_t host_info,
/freebsd-10.2-release/contrib/serf/auth/
H A Dauth.c455 conn->host_info.scheme,
456 conn->host_info.hostname,
457 conn->host_info.port,
H A Dauth_spnego.c334 conn->host_info.hostname,
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DHost.cpp38 #include <mach/host_info.h>
456 host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hostInfo,
/freebsd-10.2-release/contrib/unbound/compat/
H A Dgetentropy_osx.c45 #include <mach/host_info.h>

Completed in 125 milliseconds