Searched refs:host_info (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/tcp_wrappers/ |
H A D | tcpd.h | 24 struct host_info { struct 39 struct host_info client[1]; /* client endpoint info */ argument 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 */ 132 char *eval_hostname(struct host_info *); /* printable hostname */ 133 char *eval_hostaddr(struct host_info *); /* printable host address */ 134 char *eval_hostinfo(struct host_info *); /* host name or address */ 143 void sock_hostname(struct host_info *); /* translate address to hostname */ 144 void sock_hostaddr(struct host_info *); /* address to printable address */
|
H A D | eval.c | 57 char *eval_hostaddr(struct host_info *host) in eval_hostaddr() 69 char *eval_hostname(struct host_info *host) in eval_hostname() 81 char *eval_hostinfo(struct host_info *host) in eval_hostinfo()
|
H A D | hosts_access.c | 92 static int host_match(char *tok, struct host_info *host); 265 static int hostfile_match(char *path, struct host_info *host) in hostfile_match() 283 static int host_match(char *tok, struct host_info *host) in host_match()
|
H A D | tli.c | 239 static void tli_hostaddr(struct host_info *host) 255 static void tli_hostname(struct host_info *host)
|
H A D | socket.c | 140 void sock_hostaddr(struct host_info *host) in sock_hostaddr() 166 void sock_hostname(struct host_info *host) in sock_hostname()
|
/freebsd/sys/dev/ena/ |
H A D | ena.c | 2506 ena_update_host_info(struct ena_admin_host_info *host_info, if_t ifp) in ena_update_host_info() argument 2508 host_info->supported_network_features[0] = (uint32_t)if_getcapabilities(ifp); in ena_update_host_info() 2881 struct ena_admin_host_info *host_info; in ena_config_host_info() local 2892 host_info = ena_dev->host_attr.host_info; in ena_config_host_info() 2895 host_info->bdf = rid; in ena_config_host_info() 2896 host_info->os_type = ENA_ADMIN_OS_FREEBSD; in ena_config_host_info() 2897 host_info->kernel_ver = osreldate; in ena_config_host_info() 2899 sprintf(host_info->kernel_ver_str, "%d", osreldate); in ena_config_host_info() 2900 host_info->os_dist = 0; in ena_config_host_info() 2901 strncpy(host_info->os_dist_str, osrelease, in ena_config_host_info() [all …]
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_com.c | 3301 host_attr->host_info, in ena_com_allocate_host_info() 3304 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info() 3307 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR << in ena_com_allocate_host_info() 3354 if (host_attr->host_info) { in ena_com_delete_host_info() 3357 host_attr->host_info, in ena_com_delete_host_info() 3360 host_attr->host_info = NULL; in ena_com_delete_host_info()
|
H A D | ena_com.h | 386 struct ena_admin_host_info *host_info; member
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Host.cpp | 1420 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo, in getHostCPUName()
|