host_info
eval_hostaddr(struct host_info *host)
eval_hostname(struct host_info *host)
eval_hostinfo(struct host_info *host)
host_match(char *tok, struct host_info *host)
hostfile_match(char *path, struct host_info *host)
static int host_match(char *, struct host_info *);
static int hostfile_match(char *, struct host_info *);
sock_hostaddr(struct host_info *host)
sock_hostname(struct host_info *host)
(struct host_info *);
(struct host_info *);
(struct host_info *);
(struct host_info *);
(struct host_info *);
struct host_info client[1]; /* client endpoint info */
struct host_info server[1]; /* server endpoint info */
void (*hostname)(struct host_info *); /* address to printable hostname */
void (*hostaddr)(struct host_info *); /* address to printable address */
ena_update_host_info(struct ena_admin_host_info *host_info, struct ifnet *ifp)
host_info->supported_network_features[0] =
struct ena_admin_host_info *host_info;
host_info = ena_dev->host_attr.host_info;
host_info->os_type = ENA_ADMIN_OS_FREEBSD;
host_info->kernel_ver = osreldate;
snprintf(host_info->kernel_ver_str, sizeof(host_info->kernel_ver_str),
host_info->os_dist = 0;
strncpy(host_info->os_dist_str, osrelease,
sizeof(host_info->os_dist_str) - 1);
host_info->driver_version =
struct ena_admin_host_info *host_info =
adapter->ena_dev->host_attr.host_info;
if (host_info != NULL)
ena_update_host_info(host_info, adapter->ifp);
void ypserv_sock_hostname(struct host_info *host)
void ypserv_sock_hostname(struct host_info *host);