Home
last modified time | relevance | path

Searched refs:channel_request (Results 1 – 25 of 28) sorted by relevance

12

/dports/security/libssh/libssh-0.9.6/src/
H A Dmessages.c575 return msg->channel_request.type; in ssh_message_subtype()
614 switch (msg->channel_request.type) { in ssh_message_free()
1351 msg->channel_request.channel = channel; in ssh_message_handle_channel_request()
1356 &msg->channel_request.TERM, in ssh_message_handle_channel_request()
1357 &msg->channel_request.width, in ssh_message_handle_channel_request()
1358 &msg->channel_request.height, in ssh_message_handle_channel_request()
1359 &msg->channel_request.pxwidth, in ssh_message_handle_channel_request()
1361 &msg->channel_request.modes in ssh_message_handle_channel_request()
1375 &msg->channel_request.width, in ssh_message_handle_channel_request()
1376 &msg->channel_request.height, in ssh_message_handle_channel_request()
[all …]
H A Dserver.c647 if (msg->channel_request.want_reply) { in ssh_message_channel_request_reply_default()
1065 return msg->channel_request.channel; in ssh_message_channel_request_channel()
1069 return msg->channel_request.TERM; in ssh_message_channel_request_pty_term()
1073 return msg->channel_request.width; in ssh_message_channel_request_pty_width()
1077 return msg->channel_request.height; in ssh_message_channel_request_pty_height()
1081 return msg->channel_request.pxwidth; in ssh_message_channel_request_pty_pxwidth()
1085 return msg->channel_request.pxheight; in ssh_message_channel_request_pty_pxheight()
1089 return msg->channel_request.var_name; in ssh_message_channel_request_env_name()
1093 return msg->channel_request.var_value; in ssh_message_channel_request_env_value()
1097 return msg->channel_request.command; in ssh_message_channel_request_command()
[all …]
H A Dchannels.c1852 rc = channel_request(channel, "pty-req", buffer, 1); in ssh_channel_request_pty_size()
1912 rc = channel_request(channel, "window-change", buffer, 0); in ssh_channel_change_pty_size()
1934 return channel_request(channel, "shell", NULL, 1); in ssh_channel_request_shell()
1981 rc = channel_request(channel, "subsystem", buffer, 1); in ssh_channel_request_subsystem()
2096 rc = channel_request(channel, "x11-req", buffer, 1); in ssh_channel_request_x11()
2540 rc = channel_request(channel, "env", buffer,1); in ssh_channel_request_env()
2609 rc = channel_request(channel, "exec", buffer, 1); in ssh_channel_request_exec()
2672 rc = channel_request(channel, "signal", buffer, 0); in ssh_channel_request_send_signal()
2714 rc = channel_request(channel, "break", buffer, 0); in ssh_channel_request_send_break()
3627 rc = channel_request(channel, "exit-status", buffer, 0); in ssh_channel_request_send_exit_status()
[all …]
/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dmessages.c241 return msg->channel_request.type; in ssh_message_subtype()
1059 msg->channel_request.TERM = term_c; in ssh_message_handle_channel_request()
1066 msg->channel_request.width = ntohl(msg->channel_request.width); in ssh_message_handle_channel_request()
1067 msg->channel_request.height = ntohl(msg->channel_request.height); in ssh_message_handle_channel_request()
1068 msg->channel_request.pxwidth = ntohl(msg->channel_request.pxwidth); in ssh_message_handle_channel_request()
1069 msg->channel_request.pxheight = ntohl(msg->channel_request.pxheight); in ssh_message_handle_channel_request()
1086 msg->channel_request.width = ntohl(msg->channel_request.width); in ssh_message_handle_channel_request()
1087 msg->channel_request.height = ntohl(msg->channel_request.height); in ssh_message_handle_channel_request()
1088 msg->channel_request.pxwidth = ntohl(msg->channel_request.pxwidth); in ssh_message_handle_channel_request()
1089 msg->channel_request.pxheight = ntohl(msg->channel_request.pxheight); in ssh_message_handle_channel_request()
[all …]
H A Dserver.c630 if (msg->channel_request.want_reply) { in ssh_message_channel_request_reply_default()
1033 return msg->channel_request.channel; in ssh_message_channel_request_channel()
1037 return msg->channel_request.TERM; in ssh_message_channel_request_pty_term()
1041 return msg->channel_request.width; in ssh_message_channel_request_pty_width()
1045 return msg->channel_request.height; in ssh_message_channel_request_pty_height()
1049 return msg->channel_request.pxwidth; in ssh_message_channel_request_pty_pxwidth()
1053 return msg->channel_request.pxheight; in ssh_message_channel_request_pty_pxheight()
1057 return msg->channel_request.var_name; in ssh_message_channel_request_env_name()
1061 return msg->channel_request.var_value; in ssh_message_channel_request_env_value()
1065 return msg->channel_request.command; in ssh_message_channel_request_command()
[all …]
H A Dchannels.c1494 static int channel_request(ssh_channel channel, const char *request, in channel_request() function
1653 rc = channel_request(channel, "pty-req", buffer, 1); in ssh_channel_request_pty_size()
1722 rc = channel_request(channel, "window-change", buffer, 0); in ssh_channel_change_pty_size()
1749 return channel_request(channel, "shell", NULL, 1); in ssh_channel_request_shell()
1802 rc = channel_request(channel, "subsystem", buffer, 1); in ssh_channel_request_subsystem()
1904 rc = channel_request(channel, "x11-req", buffer, 1); in ssh_channel_request_x11()
2317 rc = channel_request(channel, "env", buffer,1); in ssh_channel_request_env()
2395 rc = channel_request(channel, "exec", buffer, 1); in ssh_channel_request_exec()
2471 rc = channel_request(channel, "signal", buffer, 0); in ssh_channel_request_send_signal()
3309 rc = channel_request(channel, "exit-status", buffer, 0); in ssh_channel_request_send_exit_status()
[all …]
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dcontact-search.c195 TpAccountChannelRequest *channel_request; in _create_search_channel_cb() local
203 channel_request = TP_ACCOUNT_CHANNEL_REQUEST (source_object); in _create_search_channel_cb()
207 channel_request, result, NULL, &error); in _create_search_channel_cb()
268 TpAccountChannelRequest *channel_request; in tp_contact_search_open_new_channel() local
290 channel_request = tp_account_channel_request_new (self->priv->account, in tp_contact_search_open_new_channel()
295 channel_request, in tp_contact_search_open_new_channel()
299 g_object_unref (channel_request); in tp_contact_search_open_new_channel()
H A Droom-list.c425 TpAccountChannelRequest *channel_request = TP_ACCOUNT_CHANNEL_REQUEST ( in create_channel_cb() local
434 channel_request, result, NULL, &error); in create_channel_cb()
493 TpAccountChannelRequest *channel_request; in open_new_channel() local
506 channel_request = tp_account_channel_request_new (self->priv->account, in open_new_channel()
509 tp_account_channel_request_create_and_handle_channel_async (channel_request, in open_new_channel()
511 g_object_unref (channel_request); in open_new_channel()
H A Dbase-connection.c796 ChannelRequest *channel_request, in find_matching_channel_requests() argument
812 g_assert (channel_request == NULL || in find_matching_channel_requests()
815 if (channel_request) in find_matching_channel_requests()
817 g_ptr_array_add (requests, channel_request); in find_matching_channel_requests()
852 g_assert (channel_request == NULL || in find_matching_channel_requests()
853 tp_g_ptr_array_contains (requests, channel_request)); in find_matching_channel_requests()
922 ChannelRequest *channel_request, in factory_satisfy_requests() argument
941 handle, channel_request, in factory_satisfy_requests()
1010 ChannelRequest *channel_request, in factory_new_channel_cb() argument
1014 TP_CHANNEL_IFACE (chan), channel_request, TRUE); in factory_new_channel_cb()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/mod_sftp/
H A Dchannel.c974 char *channel_request; in handle_channel_req() local
989 channel_request, (unsigned long) channel_id, in handle_channel_req()
993 pstrdup(pkt->pool, channel_request)); in handle_channel_req()
994 cmd->arg = channel_request; in handle_channel_req()
1008 if (strncmp(channel_request, "subsystem", 10) == 0) { in handle_channel_req()
1011 } else if (strncmp(channel_request, "exec", 5) == 0) { in handle_channel_req()
1014 } else if (strncmp(channel_request, "env", 4) == 0) { in handle_channel_req()
1017 } else if (strncmp(channel_request, "signal", 7) == 0) { in handle_channel_req()
1020 } else if (strncmp(channel_request, "break", 6) == 0) { in handle_channel_req()
1091 "calling '%s' handler postopen callback", channel_request); in handle_channel_req()
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/mod_sftp/
H A Dchannel.c974 char *channel_request; in handle_channel_req() local
989 channel_request, (unsigned long) channel_id, in handle_channel_req()
993 pstrdup(pkt->pool, channel_request)); in handle_channel_req()
994 cmd->arg = channel_request; in handle_channel_req()
1008 if (strncmp(channel_request, "subsystem", 10) == 0) { in handle_channel_req()
1011 } else if (strncmp(channel_request, "exec", 5) == 0) { in handle_channel_req()
1014 } else if (strncmp(channel_request, "env", 4) == 0) { in handle_channel_req()
1017 } else if (strncmp(channel_request, "signal", 7) == 0) { in handle_channel_req()
1020 } else if (strncmp(channel_request, "break", 6) == 0) { in handle_channel_req()
1091 "calling '%s' handler postopen callback", channel_request); in handle_channel_req()
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/mod_sftp/
H A Dchannel.c974 char *channel_request; in handle_channel_req() local
989 channel_request, (unsigned long) channel_id, in handle_channel_req()
993 pstrdup(pkt->pool, channel_request)); in handle_channel_req()
994 cmd->arg = channel_request; in handle_channel_req()
1008 if (strncmp(channel_request, "subsystem", 10) == 0) { in handle_channel_req()
1011 } else if (strncmp(channel_request, "exec", 5) == 0) { in handle_channel_req()
1014 } else if (strncmp(channel_request, "env", 4) == 0) { in handle_channel_req()
1017 } else if (strncmp(channel_request, "signal", 7) == 0) { in handle_channel_req()
1020 } else if (strncmp(channel_request, "break", 6) == 0) { in handle_channel_req()
1091 "calling '%s' handler postopen callback", channel_request); in handle_channel_req()
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/mod_sftp/
H A Dchannel.c974 char *channel_request; in handle_channel_req() local
989 channel_request, (unsigned long) channel_id, in handle_channel_req()
993 pstrdup(pkt->pool, channel_request)); in handle_channel_req()
994 cmd->arg = channel_request; in handle_channel_req()
1008 if (strncmp(channel_request, "subsystem", 10) == 0) { in handle_channel_req()
1011 } else if (strncmp(channel_request, "exec", 5) == 0) { in handle_channel_req()
1014 } else if (strncmp(channel_request, "env", 4) == 0) { in handle_channel_req()
1017 } else if (strncmp(channel_request, "signal", 7) == 0) { in handle_channel_req()
1020 } else if (strncmp(channel_request, "break", 6) == 0) { in handle_channel_req()
1091 "calling '%s' handler postopen callback", channel_request); in handle_channel_req()
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/mod_sftp/
H A Dchannel.c974 char *channel_request; in handle_channel_req() local
989 channel_request, (unsigned long) channel_id, in handle_channel_req()
993 pstrdup(pkt->pool, channel_request)); in handle_channel_req()
994 cmd->arg = channel_request; in handle_channel_req()
1008 if (strncmp(channel_request, "subsystem", 10) == 0) { in handle_channel_req()
1011 } else if (strncmp(channel_request, "exec", 5) == 0) { in handle_channel_req()
1014 } else if (strncmp(channel_request, "env", 4) == 0) { in handle_channel_req()
1017 } else if (strncmp(channel_request, "signal", 7) == 0) { in handle_channel_req()
1020 } else if (strncmp(channel_request, "break", 6) == 0) { in handle_channel_req()
1091 "calling '%s' handler postopen callback", channel_request); in handle_channel_req()
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/mod_sftp/
H A Dchannel.c974 char *channel_request; in handle_channel_req() local
989 channel_request, (unsigned long) channel_id, in handle_channel_req()
993 pstrdup(pkt->pool, channel_request)); in handle_channel_req()
994 cmd->arg = channel_request; in handle_channel_req()
1008 if (strncmp(channel_request, "subsystem", 10) == 0) { in handle_channel_req()
1011 } else if (strncmp(channel_request, "exec", 5) == 0) { in handle_channel_req()
1014 } else if (strncmp(channel_request, "env", 4) == 0) { in handle_channel_req()
1017 } else if (strncmp(channel_request, "signal", 7) == 0) { in handle_channel_req()
1020 } else if (strncmp(channel_request, "break", 6) == 0) { in handle_channel_req()
1091 "calling '%s' handler postopen callback", channel_request); in handle_channel_req()
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/mod_sftp/
H A Dchannel.c974 char *channel_request; in handle_channel_req() local
989 channel_request, (unsigned long) channel_id, in handle_channel_req()
993 pstrdup(pkt->pool, channel_request)); in handle_channel_req()
994 cmd->arg = channel_request; in handle_channel_req()
1008 if (strncmp(channel_request, "subsystem", 10) == 0) { in handle_channel_req()
1011 } else if (strncmp(channel_request, "exec", 5) == 0) { in handle_channel_req()
1014 } else if (strncmp(channel_request, "env", 4) == 0) { in handle_channel_req()
1017 } else if (strncmp(channel_request, "signal", 7) == 0) { in handle_channel_req()
1020 } else if (strncmp(channel_request, "break", 6) == 0) { in handle_channel_req()
1091 "calling '%s' handler postopen callback", channel_request); in handle_channel_req()
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/mod_sftp/
H A Dchannel.c974 char *channel_request; in handle_channel_req() local
989 channel_request, (unsigned long) channel_id, in handle_channel_req()
993 pstrdup(pkt->pool, channel_request)); in handle_channel_req()
994 cmd->arg = channel_request; in handle_channel_req()
1008 if (strncmp(channel_request, "subsystem", 10) == 0) { in handle_channel_req()
1011 } else if (strncmp(channel_request, "exec", 5) == 0) { in handle_channel_req()
1014 } else if (strncmp(channel_request, "env", 4) == 0) { in handle_channel_req()
1017 } else if (strncmp(channel_request, "signal", 7) == 0) { in handle_channel_req()
1020 } else if (strncmp(channel_request, "break", 6) == 0) { in handle_channel_req()
1091 "calling '%s' handler postopen callback", channel_request); in handle_channel_req()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/mod_sftp/
H A Dchannel.c974 char *channel_request; in handle_channel_req() local
989 channel_request, (unsigned long) channel_id, in handle_channel_req()
993 pstrdup(pkt->pool, channel_request)); in handle_channel_req()
994 cmd->arg = channel_request; in handle_channel_req()
1008 if (strncmp(channel_request, "subsystem", 10) == 0) { in handle_channel_req()
1011 } else if (strncmp(channel_request, "exec", 5) == 0) { in handle_channel_req()
1014 } else if (strncmp(channel_request, "env", 4) == 0) { in handle_channel_req()
1017 } else if (strncmp(channel_request, "signal", 7) == 0) { in handle_channel_req()
1020 } else if (strncmp(channel_request, "break", 6) == 0) { in handle_channel_req()
1091 "calling '%s' handler postopen callback", channel_request); in handle_channel_req()
[all …]
/dports/net/nepenthes/nepenthes-0.2.2/modules/vuln-ssh/
H A DSSHSocket.cpp288 logDebug("SSH_EXEC %s\n",message->channel_request.command); in doRecv()
294 m_WhatToRead.append(message->channel_request.command,strlen(message->channel_request.command)); in doRecv()
/dports/security/libssh/libssh-0.9.6/include/libssh/
H A Dmessages.h89 struct ssh_channel_request channel_request; member
/dports/security/razorback-api/api-0.5.0/libssh/include/libssh/
H A Dmessages.h90 struct ssh_channel_request channel_request; member
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/telepathy/unix/
H A DTelepathyUnixAccountHandler.cpp618 …TpAccountChannelRequest * channel_request = tp_account_channel_request_new(selected_account, props… in startSession() local
619 UT_return_val_if_fail(channel_request, false); in startSession()
623 …tp_account_channel_request_create_and_handle_channel_async(channel_request, NULL, muc_channel_read… in startSession()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/include/private/
H A Dftdm_core.h512 fio_channel_request_t channel_request; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_sangoma_isdn/
H A Dftmod_sangoma_isdn.c1305 span->channel_request = NULL; in FIO_CONFIGURE_SPAN_SIGNALING_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/
H A Dftdm_io.c1532 if (check->span && check->span->channel_request) { in request_voice_channel()
1542 status = check->span->channel_request(check->span, check->chan_id, in request_voice_channel()
1789 if (span->channel_request && !ftdm_test_flag(span, FTDM_SPAN_SUGGEST_CHAN_ID)) { in _ftdm_channel_open_by_span()
1791 return span->channel_request(span, 0, direction, caller_data, ftdmchan); in _ftdm_channel_open_by_span()
1941 if (span->channel_request) { in _ftdm_channel_open()

12