Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c471 if (ch->server_ch == chi) in ssh_get_server_ch()
1398 pss->ch_temp->server_ch = (uint32_t)pss->next_ch_num++; in lws_ssh_parse_plaintext()
1446 pss->channel_doing_spawn = pss->ch_temp->server_ch; in lws_ssh_parse_plaintext()
1573 pss->channel_doing_spawn = pss->ch_temp->server_ch; in lws_ssh_parse_plaintext()
2307 lws_p32(pp, pss->ch_temp->server_ch); in lws_callback_raw_sshd()
2325 lws_p32(pp, ch->server_ch); in lws_callback_raw_sshd()
/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h452 uint32_t server_ch; member