HomeSort by: relevance | last modified time | path
    Searched refs:host_info (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libwrap/
tcpd.h 15 struct host_info { struct
30 struct host_info client[1]; /* client endpoint info */
31 struct host_info server[1]; /* server endpoint info */
33 void (*hostname)(struct host_info *); /* address to printable hostname */
34 void (*hostaddr)(struct host_info *); /* address to printable address */
128 * host_info structures serve as caches for the lookup results.
134 (struct host_info *);
136 (struct host_info *);
138 (struct host_info *);
151 (struct host_info *);
    [all...]
eval.c 6 * the sockets or TLI programming interfaces. The request_info and host_info
66 eval_hostaddr(struct host_info *host)
79 eval_hostname(struct host_info *host)
92 eval_hostinfo(struct host_info *host)
hosts_access.c 93 static int host_match(char *, struct host_info *);
94 static int hostfile_match(char *, struct host_info *);
293 host_match(char *tok, struct host_info *host)
337 hostfile_match(char *path, struct host_info *host)
socket.c 138 sock_hostaddr(struct host_info *host)
152 sock_hostname(struct host_info *host)
  /src/usr.sbin/ypserv/ypserv/
ypserv.c 95 void ypserv_sock_hostname(struct host_info *host);
109 void ypserv_sock_hostname(struct host_info *host)
  /src/sys/dev/pci/
if_ena.c 2488 ena_update_host_info(struct ena_admin_host_info *host_info, struct ifnet *ifp)
2491 host_info->supported_network_features[0] =
3192 struct ena_admin_host_info *host_info; local in function:ena_config_host_info
3202 host_info = ena_dev->host_attr.host_info;
3204 host_info->os_type = ENA_ADMIN_OS_FREEBSD;
3205 host_info->kernel_ver = osreldate;
3207 snprintf(host_info->kernel_ver_str, sizeof(host_info->kernel_ver_str),
3209 host_info->os_dist = 0
3564 struct ena_admin_host_info *host_info = local in function:ena_timer_service
    [all...]
  /src/sys/external/bsd/ena-com/
ena_com.h 337 struct ena_admin_host_info *host_info; member in struct:ena_host_attribute
ena_com.c 2683 host_attr->host_info,
2686 if (unlikely(!host_attr->host_info))
2716 if (host_attr->host_info) {
2719 host_attr->host_info,
2722 host_attr->host_info = NULL;

Completed in 18 milliseconds