HomeSort by: relevance | last modified time | path
    Searched defs:thishost (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
initparse.c 13 char thishost[MAXHOSTNAMELEN]; variable
18 gethostname(thishost, sizeof(thishost));
19 thishost[sizeof(thishost) - 1] = '\0';
initparse.c 13 char thishost[MAXHOSTNAMELEN]; variable
18 gethostname(thishost, sizeof(thishost));
19 thishost[sizeof(thishost) - 1] = '\0';
  /src/crypto/external/bsd/openssh/dist/
sshconnect.h 41 char *thishost; member in struct:ssh_conn_info
60 "l", conn_info->thishost, \
sshconnect.h 41 char *thishost; member in struct:ssh_conn_info
60 "l", conn_info->thishost, \
ssh.c 621 char cname[NI_MAXHOST], thishost[NI_MAXHOST]; local
1394 if (gethostname(thishost, sizeof(thishost)) == -1)
1396 cinfo->thishost = xstrdup(thishost);
1397 thishost[strcspn(thishost, ".")] = '\0';
1398 cinfo->shorthost = xstrdup(thishost);
1438 cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost,
ssh.c 621 char cname[NI_MAXHOST], thishost[NI_MAXHOST]; local
1394 if (gethostname(thishost, sizeof(thishost)) == -1)
1396 cinfo->thishost = xstrdup(thishost);
1397 thishost[strcspn(thishost, ".")] = '\0';
1398 cinfo->shorthost = xstrdup(thishost);
1438 cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost,
packet.c 3047 char thishost[NI_MAXHOST] = "unknown", *tcp_info = NULL; local
3059 (void)gethostname(thishost, sizeof(thishost));
3115 thishost, (long long)getpid(),
readconf.c 391 ssh_connection_hash(const char *thishost, const char *host, const char *portstr,
398 ssh_digest_update(md, thishost, strlen(thishost)) < 0 ||
687 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
704 if (gethostname(thishost, sizeof(thishost)) == -1)
708 strlcpy(shorthost, thishost, sizeof(shorthost));
709 shorthost[strcspn(thishost, ".")] = '\0';
713 conn_hash_hex = ssh_connection_hash(thishost, host,
723 "l", thishost,
    [all...]
packet.c 3047 char thishost[NI_MAXHOST] = "unknown", *tcp_info = NULL; local
3059 (void)gethostname(thishost, sizeof(thishost));
3115 thishost, (long long)getpid(),
readconf.c 391 ssh_connection_hash(const char *thishost, const char *host, const char *portstr,
398 ssh_digest_update(md, thishost, strlen(thishost)) < 0 ||
687 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
704 if (gethostname(thishost, sizeof(thishost)) == -1)
708 strlcpy(shorthost, thishost, sizeof(shorthost));
709 shorthost[strcspn(thishost, ".")] = '\0';
713 conn_hash_hex = ssh_connection_hash(thishost, host,
723 "l", thishost,
    [all...]
  /src/external/bsd/am-utils/dist/fixmount/
fixmount.c 64 static char thishost[MAXHOSTNAMELEN + 1] = ""; variable
132 if (is_same_host(mp->ml_hostname, thishost, thisaddr)) {
210 if (is_same_host(p->ml_hostname, thishost, thisaddr)) {
322 xstrlcpy(thishost, optarg, sizeof(thishost));
336 if (!*thishost) {
339 if (gethostname(thishost, sizeof(thishost)) < 0) {
343 thishost[sizeof(thishost) - 1] = '\0'
    [all...]
fixmount.c 64 static char thishost[MAXHOSTNAMELEN + 1] = ""; variable
132 if (is_same_host(mp->ml_hostname, thishost, thisaddr)) {
210 if (is_same_host(p->ml_hostname, thishost, thisaddr)) {
322 xstrlcpy(thishost, optarg, sizeof(thishost));
336 if (!*thishost) {
339 if (gethostname(thishost, sizeof(thishost)) < 0) {
343 thishost[sizeof(thishost) - 1] = '\0'
    [all...]

Completed in 179 milliseconds