Searched refs:thishost (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | initparse.c | 13 char thishost[MAXHOSTNAMELEN]; variable 18 gethostname(thishost, sizeof(thishost)); in initparse() 19 thishost[sizeof(thishost) - 1] = '\0'; in initparse()
|
| H A D | gethost.c | 39 name = thishost;
|
| /netbsd-src/external/bsd/am-utils/dist/fixmount/ |
| H A D | fixmount.c | 64 static char thishost[MAXHOSTNAMELEN + 1] = ""; variable 132 if (is_same_host(mp->ml_hostname, thishost, thisaddr)) { in print_dump() 210 if (is_same_host(p->ml_hostname, thishost, thisaddr)) { in fix_rmtab() 322 xstrlcpy(thishost, optarg, sizeof(thishost)); in main() 336 if (!*thishost) { in main() 339 if (gethostname(thishost, sizeof(thishost)) < 0) { in main() 343 thishost[sizeof(thishost) - 1] = '\0'; in main() 350 if (!(he = gethostbyname(thishost))) { in main() 352 thishost); in main() 362 xstrlcpy(thishost, he->h_name, sizeof(thishost)); in main()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sshconnect.h | 41 char *thishost; member 62 "l", conn_info->thishost, \
|
| H A D | ssh.c | 609 free(cinfo->thishost); in ssh_conn_info_free() 665 char cname[NI_MAXHOST], thishost[NI_MAXHOST]; in main() local 1412 if (gethostname(thishost, sizeof(thishost)) == -1) in main() 1414 cinfo->thishost = xstrdup(thishost); in main() 1415 thishost[strcspn(thishost, ".")] = '\0'; in main() 1416 cinfo->shorthost = xstrdup(thishost); in main() 1429 cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost, in main()
|
| H A D | readconf.h | 255 char *ssh_connection_hash(const char *thishost, const char *host,
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | todo | 15 * add another alias for <thishost> for interfaces <thisif>? as well as
|
| H A D | ipf.h | 214 extern char thishost[];
|
| H A D | HISTORY | 1592 initparse() call, missing to prime "<thishost>" hook - Craig Bishop
|