Home
last modified time | relevance | path

Searched refs:stdch (Results 1 – 3 of 3) sorted by relevance

/dports/net/libwebsockets/libwebsockets-v4.2.2/plugins/
H A Dprotocol_lws_sshd_demo.c162 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx() argument
167 if (stdch != LWS_STDOUT) in ssh_ops_tx()
/dports/net/libwebsockets/libwebsockets-v4.2.2/plugins/ssh-base/include/
H A Dlws-plugin-ssh.h206 size_t (*tx)(void *priv, int stdch, uint8_t *buf, size_t len);
/dports/net/libwebsockets/libwebsockets-v4.2.2/test-apps/
H A Dtest-sshd.c172 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx() argument
179 if (stdch == LWS_STDOUT) { in ssh_ops_tx()