HomeSort by: relevance | last modified time | path
    Searched defs:host_info (Results 1 - 3 of 3) 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...]
  /src/sys/external/bsd/ena-com/
ena_com.h 337 struct ena_admin_host_info *host_info; member in struct:ena_host_attribute
  /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...]

Completed in 14 milliseconds