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

/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtcpd.h24 struct host_info { struct
39 struct host_info client[1]; /* client endpoint info */
40 struct host_info server[1]; /* server endpoint info */
42 void (*hostname) (struct host_info *); /* address to printable hostname */
43 void (*hostaddr) (struct host_info *); /* address to printable address */
127 * host_info structures serve as caches for the lookup results.
131 char *eval_hostname(struct host_info *); /* printable hostname */
132 char *eval_hostaddr(struct host_info *); /* printable host address */
133 char *eval_hostinfo(struct host_info *); /* host name or address */
142 void sock_hostname(struct host_info *); /* translat
[all...]
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 Dtli.c245 struct host_info *host;
262 struct host_info *host;
H A Dsocket.c143 struct host_info *host;
170 struct host_info *host;
H A Dhosts_access.c95 static int host_match(char *tok, struct host_info *host);
277 struct host_info *host;
297 struct host_info *host;
/freebsd-11-stable/contrib/serf/
H A Dssltunnel.c184 ctx->uri = apr_psprintf(ctx->pool, "%s:%d", conn->host_info.hostname,
185 conn->host_info.port);
H A Doutgoing.c418 if (ctx->proxy_address && strcmp(conn->host_info.scheme, "https") == 0)
1382 apr_uri_t host_info,
1394 if (!host_info.port) {
1395 host_info.port = apr_uri_port_of_scheme(host_info.scheme);
1402 host_info.hostname,
1403 APR_UNSPEC, host_info.port, 0, pool);
1413 &host_info,
1418 (void)apr_uri_parse(c->pool, c->host_url, &(c->host_info));
1419 if (!c->host_info
1379 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.h276 apr_uri_t host_info; member in struct:serf_connection_t
H A Dserf.h423 * The host address will be looked up based on the hostname in @a host_info.
442 apr_uri_t host_info,
/freebsd-11-stable/contrib/serf/auth/
H A Dauth.c460 conn->host_info.scheme,
461 conn->host_info.hostname,
462 conn->host_info.port,
H A Dauth_spnego.c340 conn->host_info.hostname,
/freebsd-11-stable/sys/dev/ena/
H A Dena.c2353 ena_update_host_info(struct ena_admin_host_info *host_info, if_t ifp) argument
2356 host_info->supported_network_features[0] =
2762 struct ena_admin_host_info *host_info; local
2773 host_info = ena_dev->host_attr.host_info;
2776 host_info->bdf = rid;
2777 host_info->os_type = ENA_ADMIN_OS_FREEBSD;
2778 host_info->kernel_ver = osreldate;
2780 sprintf(host_info->kernel_ver_str, "%d", osreldate);
2781 host_info
3250 struct ena_admin_host_info *host_info = local
[all...]
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.c2886 host_attr->host_info,
2889 if (unlikely(!host_attr->host_info))
2892 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR <<
2923 if (host_attr->host_info) {
2926 host_attr->host_info,
2929 host_attr->host_info = NULL;
H A Dena_com.h316 struct ena_admin_host_info *host_info; member in struct:ena_host_attribute
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp39 #include <mach/host_info.h>
1179 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo,
1245 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo,
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_osx.c48 #include <mach/host_info.h>
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1813 rc = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&info, &num);

Completed in 272 milliseconds