Searched refs:local_host (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/fwcontrol/
H A Deui64.c234 char local_host[MAXHOSTNAMELEN]; local
261 if (eui64_line(buf, &local_eui64, local_host,
262 sizeof(local_host)) == 0) {
266 strcpy(hostname, local_host);
285 char local_host[MAXHOSTNAMELEN]; local
310 if (eui64_line(buf, &local_eui64, local_host,
311 sizeof(local_host)) == 0) {
312 if (strcmp(hostname, local_host) == 0) {
/haiku/src/bin/network/telnet/
H A Dtelnet.c2094 static char local_host[256] = { 0 };
2096 if (!local_host[0]) {
2097 gethostname(local_host, sizeof(local_host));
2098 local_host[sizeof(local_host)-1] = 0;
2100 auth_encrypt_init(local_host, hostname, "TELNET", 0);
2087 static char local_host[256] = { 0 }; local

Completed in 48 milliseconds