Home
last modified time | relevance | path

Searched refs:packet_get_string (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dserverloop.c465 target = packet_get_string(NULL); in server_request_direct_tcpip()
467 originator = packet_get_string(NULL); in server_request_direct_tcpip()
505 target = packet_get_string(NULL); in server_request_direct_streamlocal()
506 originator = packet_get_string(NULL); in server_request_direct_streamlocal()
632 ctype = packet_get_string(&len); in server_input_channel_open()
766 rtype = packet_get_string(NULL); in server_input_global_request()
775 fwd.listen_host = packet_get_string(NULL); in server_input_global_request()
804 fwd.listen_host = packet_get_string(NULL); in server_input_global_request()
815 fwd.listen_path = packet_get_string(NULL); in server_input_global_request()
837 fwd.listen_path = packet_get_string(NULL); in server_input_global_request()
[all …]
H A Dclientloop.c1482 listen_address = packet_get_string(NULL); in client_request_forwarded_tcpip()
1484 originator_address = packet_get_string(NULL); in client_request_forwarded_tcpip()
1532 listen_path = packet_get_string(NULL); in client_request_forwarded_streamlocal()
1565 originator = packet_get_string(NULL); in client_request_x11()
1659 ctype = packet_get_string(&len); in client_input_channel_open()
1717 rtype = packet_get_string(NULL); in client_input_channel_req()
H A Dopacket.h88 #define packet_get_string(length_ptr) \ macro
H A Dsession.c1948 s->term = packet_get_string(&len); in session_pty_req()
1994 s->subsys = packet_get_string(&len); in session_subsystem_req()
2036 s->auth_proto = packet_get_string(NULL); in session_x11_req()
2037 s->auth_data = packet_get_string(NULL); in session_x11_req()
2069 char *command = packet_get_string(&len); in session_exec_req()
H A Dsshconnect2.c513 msg = packet_get_string(&len); in input_userauth_banner()
514 lang = packet_get_string(NULL); in input_userauth_banner()