Home
last modified time | relevance | path

Searched refs:net_host (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/usr.sbin/sysinst/
H A Dnet.c80 static char net_host[STRSIZE]; variable
445 strlcpy(net_host, hostname, sizeof net_host); in get_host_info()
449 strlcpy(net_host, hostname, sizeof net_host); in get_host_info()
463 int l = strlen(net_host) - strlen(net_domain); in recombine_host_domain()
465 strlcpy(recombined, net_host, sizeof(recombined)); in recombine_host_domain()
468 net_host[l - 1] != '.' || in recombine_host_domain()
469 strcasecmp(net_domain, net_host + l) != 0)) { in recombine_host_domain()
706 if (gethostname(net_host, sizeof(net_host)) == 0 && in config_network()
707 net_host[0] != 0) in config_network()
718 msg_prompt_add(MSG_net_host, net_host, net_host, in config_network()
[all …]
H A Dmsg.mi.en602 message net_host
H A Dmsg.mi.de627 message net_host
H A Dmsg.mi.fr612 message net_host
H A Dmsg.mi.es618 message net_host
/netbsd-src/sbin/routed/
H A Dparms.c174 char lbuf[200], net_host[5], dname[64+1+64+1]; in gwkludge() local
226 net_host, dname, gname, &metric, qual); in gwkludge()
237 if (!strcasecmp(net_host, "host")) { in gwkludge()
244 } else if (!strcasecmp(net_host, "net")) { in gwkludge()
259 " entry \"%s\"", net_host, lptr); in gwkludge()