Searched refs:_host (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssh/regress/ |
| H A D | agent-restrict.sh | 113 _host="host_$_id" 114 trace "connect $_host expect success" 116 ${SSH} $_extra -F $OBJ/ssh_proxy $_host true > $OBJ/ssh_output 118 test $_s -eq 0 || fail "host $_host $_case fail, exit status $_s" 129 _host="host_$_id" 130 trace "connect $_host expect success, with key $_key" 134 -oIdentityFile=$_keyfile $_host true > $OBJ/ssh_output 136 test $_s -eq 0 || fail "host $_host $_key $_case fail, exit status $_s" 143 _host="$1" 146 trace "connect $_host expect failure" [all …]
|
| H A D | keygen-knownhosts.sh | 40 _host=$1 49 echo "# Host $_host found: line $_line $_mark" >> $OBJ/kh.expect 56 _host=$1 59 ${SSHKEYGEN} "$@" -f $OBJ/kh.invalid -F $_host > $OBJ/kh.result 66 _host=$1 70 ${SSHKEYGEN} $_keygenopt -f $OBJ/kh.invalid -F $_host > /dev/null 115 _host=$1 119 ${SSHKEYGEN} -f $_file -HF $_host | grep '|1|' | \ 120 sed "s/^[^ ]*/$_host/" > $OBJ/kh.result
|
| H A D | servcfginclude.sh | 84 _host="$1" 88 trace "$_desc host=$_host expect=$_exp" 90 -C "host=$_host,user=test,addr=127.0.0.1" > $OBJ/sshd_config.out || 91 fatal "ssh config parse failed: $_desc host=$_host expect=$_exp" 94 fail "$desc_ host $_host include fail: expected $_exp got $_got"
|
| H A D | cfginclude.sh | 87 _host="$1" 89 ${REAL_SSH} -F $OBJ/ssh_config.i -G "$_host" > $OBJ/ssh_config.out || 93 fail "host $_host include fail: expected $_exp got $_got" 228 _host="$1" 230 ${REAL_SSH} -F $OBJ/ssh_config.i -G "$_host" > $OBJ/ssh_config.out || 234 fail "host $_host include fail: expected $_exp got $_got"
|
| /freebsd/lib/libutil/ |
| H A D | libutil.h | 139 int realhostname(char *_host, size_t _hsize, const struct in_addr *_ip); 140 int realhostname_sa(char *_host, size_t _hsize, struct sockaddr *_addr,
|
| /freebsd/sys/kern/ |
| H A D | kern_jail.c | 5163 SYSCTL_JAIL_PARAM_STRING(_host, hostname, CTLFLAG_RW, MAXHOSTNAMELEN, 5165 SYSCTL_JAIL_PARAM_STRING(_host, domainname, CTLFLAG_RW, MAXHOSTNAMELEN, 5167 SYSCTL_JAIL_PARAM_STRING(_host, hostuuid, CTLFLAG_RW, HOSTUUIDLEN, 5169 SYSCTL_JAIL_PARAM(_host, hostid, CTLTYPE_ULONG | CTLFLAG_RW,
|