Home
last modified time | relevance | path

Searched refs:ch_temp (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/plugins/ssh-base/
Dsshd.c1368 pss->ch_temp = sshd_zalloc(sizeof(*pss->ch_temp)); in lws_ssh_parse_plaintext()
1369 if (!pss->ch_temp) in lws_ssh_parse_plaintext()
1372 pss->ch_temp->type = SSH_CH_TYPE_SESSION; in lws_ssh_parse_plaintext()
1373 pss->ch_temp->pss = pss; in lws_ssh_parse_plaintext()
1378 pss->ch_temp->sender_ch = pss->len; in lws_ssh_parse_plaintext()
1383 pss->ch_temp->window = pss->len; in lws_ssh_parse_plaintext()
1387 pss->ch_temp->max_pkt = pss->len; in lws_ssh_parse_plaintext()
1388 pss->ch_temp->peer_window_est = LWS_SSH_INITIAL_WINDOW; in lws_ssh_parse_plaintext()
1389 pss->ch_temp->server_ch = pss->next_ch_num++; in lws_ssh_parse_plaintext()
1395 pss->ch_temp->next = pss->ch_list; in lws_ssh_parse_plaintext()
[all …]
/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h477 struct lws_ssh_channel *ch_temp; member