Lines Matching full:host
322 * address: for dt_socket, "host:port", or just "port" when listening
363 /* this is either <port> or <host>:<port> */
451 LOGE("JDWP opts: when server=n, must specify host and port\n");
1417 * We immediately try to connect to host:port. Bail on failure. On
1445 if (strlen(gDvm.jdwpHost) >= sizeof(params.host)-1) {
1449 strcpy(params.host, gDvm.jdwpHost);
1451 params.host[0] = '\0';