Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/wds/client/
Dmain.cpp43 #define PORT_STR XSTR(DEFAULT_WDS_PORT) macro
139 if (!device->sendRequest("forward:tcp:" PORT_STR ";tcp:" PORT_STR)) { in main()
144 ALOGV("Connecting to localhost port " PORT_STR); in main()
/external/openssl/apps/
Ds_apps.h148 #define PORT_STR "4433" macro
Ds_client.c290 …ntf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR); in sc_usage()