Home
last modified time | relevance | path

Searched refs:thost (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/network/rpc/basic_tests/rpcinfo/
Drpcinfo0156 local thost="$(tst_ipaddr)"
58 EXPECT_RHOST_PASS rpcinfo -p $thost | grep -q portmapper
59 EXPECT_RHOST_PASS rpcinfo -t $thost $TPNUM
60 EXPECT_RHOST_PASS rpcinfo -t $thost $TPNUM $TVNUM
61 EXPECT_RHOST_PASS rpcinfo -t $thost $TCPNAME
62 EXPECT_RHOST_PASS rpcinfo -t $thost $TCPNAME $TVNUM
63 EXPECT_RHOST_PASS rpcinfo -u $thost 100000
64 EXPECT_RHOST_PASS rpcinfo -u $thost 100000 2
65 EXPECT_RHOST_PASS rpcinfo -u $thost portmapper
66 EXPECT_RHOST_PASS rpcinfo -u $thost portmapper 2
[all …]
/external/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc0148 local thost="$(tst_ipaddr)"
54 EXPECT_RHOST_PASS rpc1 -s $thost -f $LTP_DATAROOT/$f
/external/openssh/
Dscp.c588 char *bp, *host, *src, *suser, *thost, *tuser, *arg; in toremote() local
601 if ((thost = strrchr(arg, '@'))) { in toremote()
603 *thost++ = 0; in toremote()
608 thost = arg; in toremote()
641 host = cleanhostname(thost); in toremote()
684 thost, targ); in toremote()
691 host = cleanhostname(thost); in toremote()