Lines Matching defs:host
811 char host[80];
834 snprintf(host, sizeof(host), "[%s]:%d", session->ws_host->s, port);
836 snprintf(host, sizeof(host), "[%s]", session->ws_host->s);
840 snprintf(host, sizeof(host), "%s:%d", session->ws_host->s, port);
842 snprintf(host, sizeof(host), "%s", session->ws_host->s);
845 snprintf(buf, sizeof(buf), COAP_WS_REQUEST, host, base64);