Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c1377 pss->ch_temp = sshd_zalloc(sizeof(*pss->ch_temp)); in lws_ssh_parse_plaintext()
1378 if (!pss->ch_temp) in lws_ssh_parse_plaintext()
1381 pss->ch_temp->type = SSH_CH_TYPE_SESSION; in lws_ssh_parse_plaintext()
1382 pss->ch_temp->pss = pss; in lws_ssh_parse_plaintext()
1387 pss->ch_temp->sender_ch = pss->len; in lws_ssh_parse_plaintext()
1392 pss->ch_temp->window = (int32_t)pss->len; in lws_ssh_parse_plaintext()
1396 pss->ch_temp->max_pkt = pss->len; in lws_ssh_parse_plaintext()
1397 pss->ch_temp->peer_window_est = LWS_SSH_INITIAL_WINDOW; in lws_ssh_parse_plaintext()
1398 pss->ch_temp->server_ch = (uint32_t)pss->next_ch_num++; in lws_ssh_parse_plaintext()
1404 pss->ch_temp->next = pss->ch_list; in lws_ssh_parse_plaintext()
[all …]
/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h486 struct lws_ssh_channel *ch_temp; member