Searched refs:remhost (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | ops_lustre.c | 82 char *rhost, *ptr, *remhost; in lustre_match() local 100 remhost = NULL; in lustre_match() 129 cp = remhost; in lustre_match() 130 if (remhost) in lustre_match() 131 remhost = strvcat(cp, ":", inet_ntoa(addr), at, NULL); in lustre_match() 133 remhost = strvcat(inet_ntoa(addr), at, NULL); in lustre_match() 136 if (remhost == NULL) { in lustre_match() 144 fo->opt_rhost = remhost; in lustre_match()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | sshconnect.h | 44 char *remhost; member 65 "h", conn_info->remhost, \
|
| D | ssh.c | 617 free(cinfo->remhost); in ssh_conn_info_free() 1436 cinfo->remhost = xstrdup(host); in main() 1460 cinfo->remhost, cinfo->portstr, cinfo->remuser, cinfo->jmphost); in main()
|
| /netbsd/src/usr.sbin/rpc.pcnfsd/ |
| D | pcnfsd_print.c | 428 curr->remhost = NULL; in build_pr_list() 443 curr->remhost = strdup(cp); in build_pr_list() 495 curr->remhost = strdup(cp); in build_pr_list() 499 curr->remhost = strdup(""); in build_pr_list() 554 curr->remhost = strdup(""); in build_pr_list() 599 if (curr->remhost) in free_pr_list_item() 600 free(curr->remhost); in free_pr_list_item() 1246 curr->remhost = strdup(""); in list_virtual_printers()
|
| D | pcnfsd_test.c | 325 if(strlen(curr->remhost)) in test_v2_list() 327 curr->remhost, in test_v2_list() 351 if(curr->remhost) in free_pr_list_item() 352 free(curr->remhost); in free_pr_list_item()
|
| D | pcnfsd.x | 348 client remhost; /* empty if local */ member
|