Searched refs:thost (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/network/rpc/basic_tests/rpcinfo/ |
H A D | rpcinfo01.sh | 33 local thost="$(tst_ipaddr)" 35 EXPECT_RHOST_PASS rpcinfo -p $thost | grep -q portmapper 36 EXPECT_RHOST_PASS rpcinfo -t $thost $TPNUM 37 EXPECT_RHOST_PASS rpcinfo -t $thost $TPNUM $TVNUM 38 EXPECT_RHOST_PASS rpcinfo -t $thost $TCPNAME 39 EXPECT_RHOST_PASS rpcinfo -t $thost $TCPNAME $TVNUM 40 EXPECT_RHOST_PASS rpcinfo -u $thost 100000 41 EXPECT_RHOST_PASS rpcinfo -u $thost 100000 2 42 EXPECT_RHOST_PASS rpcinfo -u $thost portmapper 43 EXPECT_RHOST_PASS rpcinfo -u $thost portmappe [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 249 char *thost = NULL, *tport = NULL, *tpath = NULL; in ocsp_main() local 285 OPENSSL_free(thost); in ocsp_main() 288 thost = tport = tpath = NULL; in ocsp_main() 295 thost = host; in ocsp_main() 876 OPENSSL_free(thost); in ocsp_main()
|
H A D | s_client.c | 806 char *thost = NULL, *tport = NULL; in s_client_main() local 1546 thost = OPENSSL_strdup(host); in s_client_main() 1548 if (thost == NULL || tport == NULL) { in s_client_main() 2160 if (!OSSL_HTTP_proxy_connect(sbio, thost, tport, proxyuser, proxypass, in s_client_main() 3111 OPENSSL_free(thost); in s_client_main()
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 249 char *thost = NULL, *tport = NULL, *tpath = NULL; in ocsp_main() local 285 OPENSSL_free(thost); in ocsp_main() 288 thost = tport = tpath = NULL; in ocsp_main() 295 thost = host; in ocsp_main() 876 OPENSSL_free(thost); in ocsp_main()
|
H A D | s_client.c | 806 char *thost = NULL, *tport = NULL; in s_client_main() local 1546 thost = OPENSSL_strdup(host); in s_client_main() 1548 if (thost == NULL || tport == NULL) { in s_client_main() 2160 if (!OSSL_HTTP_proxy_connect(sbio, thost, tport, proxyuser, proxypass, in s_client_main() 3111 OPENSSL_free(thost); in s_client_main()
|
Completed in 12 milliseconds