OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:net_host
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/sysinst/
net.c
80
static char
net_host
[STRSIZE];
variable
445
strlcpy(
net_host
, hostname, sizeof
net_host
);
449
strlcpy(
net_host
, hostname, sizeof
net_host
);
463
int l = strlen(
net_host
) - strlen(net_domain);
465
strlcpy(recombined,
net_host
, sizeof(recombined));
468
net_host
[l - 1] != '.' ||
469
strcasecmp(net_domain,
net_host
+ l) != 0)) {
470
/*
net_host
isn't an FQDN. *
[
all
...]
msg.mi.en
607
message
net_host
msg.mi.es
618
message
net_host
msg.mi.pl
597
message
net_host
msg.mi.de
631
message
net_host
/src/sbin/routed/
parms.c
174
char lbuf[200],
net_host
[5], dname[64+1+64+1];
local
226
net_host
, dname, gname, &metric, qual);
237
if (!strcasecmp(
net_host
, "host")) {
244
} else if (!strcasecmp(
net_host
, "net")) {
259
" entry \"%s\"",
net_host
, lptr);
Completed in 27 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026