Home
last modified time | relevance | path

Searched refs:packet_get_cstring (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dauth2.c189 char *service = packet_get_cstring(&len); in input_service_request()
271 user = packet_get_cstring(NULL); in input_userauth_request()
272 service = packet_get_cstring(NULL); in input_userauth_request()
273 method = packet_get_cstring(NULL); in input_userauth_request()
H A Dopacket.h92 #define packet_get_cstring(length_ptr) \ macro
H A Dsession.c2094 name = packet_get_cstring(&name_len); in session_env_req()
2095 val = packet_get_cstring(&val_len); in session_env_req()
H A Dclientloop.c2164 rtype = packet_get_cstring(NULL); in client_input_global_request()