Lines Matching defs:host
536 warnx("Disconnected from the remote host");
545 /* Start connecting to the remote peer |host:port| */
547 const char *host, uint16_t port,
560 AF_UNSPEC, host, port);
563 errx(1, "Could not connect to the remote host %s", host);
572 char *host;
584 host = strndup(&uri[u.field_data[UF_HOST].off], u.field_data[UF_HOST].len);
598 initiate_connection(evbase, ssl_ctx, host, port, session_data);
599 free(host);
600 host = NULL;