Searched refs:host_info (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/lib/libwrap/ |
| H A D | tcpd.h | 15 struct host_info { struct 30 struct host_info client[1]; /* client endpoint info */ argument 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 */ 134 (struct host_info *); 136 (struct host_info *); 138 (struct host_info *); 151 (struct host_info *); 153 (struct host_info *);
|
| H A D | eval.c | 66 eval_hostaddr(struct host_info *host) in eval_hostaddr() 79 eval_hostname(struct host_info *host) in eval_hostname() 92 eval_hostinfo(struct host_info *host) in eval_hostinfo()
|
| H A D | 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) in host_match() 337 hostfile_match(char *path, struct host_info *host) in hostfile_match()
|
| H A D | socket.c | 138 sock_hostaddr(struct host_info *host) in sock_hostaddr() 152 sock_hostname(struct host_info *host) in sock_hostname()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | hurd.c | 101 err = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t) &hbi, &cnt); in uv_get_total_memory() 141 err = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t) &hbi, &cnt); in uv_cpu_info()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_ena.c | 2488 ena_update_host_info(struct ena_admin_host_info *host_info, struct ifnet *ifp) in ena_update_host_info() argument 2491 host_info->supported_network_features[0] = in ena_update_host_info() 3192 struct ena_admin_host_info *host_info; in ena_config_host_info() local 3202 host_info = ena_dev->host_attr.host_info; in ena_config_host_info() 3204 host_info->os_type = ENA_ADMIN_OS_FREEBSD; in ena_config_host_info() 3205 host_info->kernel_ver = osreldate; in ena_config_host_info() 3207 snprintf(host_info->kernel_ver_str, sizeof(host_info->kernel_ver_str), in ena_config_host_info() 3209 host_info->os_dist = 0; in ena_config_host_info() 3210 strncpy(host_info->os_dist_str, osrelease, in ena_config_host_info() 3211 sizeof(host_info->os_dist_str) - 1); in ena_config_host_info() [all …]
|
| /netbsd-src/usr.sbin/ypserv/ypserv/ |
| H A D | ypserv.c | 95 void ypserv_sock_hostname(struct host_info *host); 109 void ypserv_sock_hostname(struct host_info *host) in ypserv_sock_hostname()
|
| /netbsd-src/sys/external/bsd/ena-com/ |
| H A D | ena_com.c | 2683 host_attr->host_info, in ena_com_allocate_host_info() 2686 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info() 2716 if (host_attr->host_info) { in ena_com_delete_host_info() 2719 host_attr->host_info, in ena_com_delete_host_info() 2722 host_attr->host_info = NULL; in ena_com_delete_host_info()
|
| H A D | ena_com.h | 337 struct ena_admin_host_info *host_info; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Host.cpp | 1177 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo, in getHostCPUName() 1243 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo, in getHostCPUName()
|