Home
last modified time | relevance | path

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

/external/openssh/
Dauth2.c183 char *service = packet_get_cstring(&len); in input_service_request()
224 user = packet_get_cstring(NULL); in input_userauth_request()
225 service = packet_get_cstring(NULL); in input_userauth_request()
226 method = packet_get_cstring(NULL); in input_userauth_request()
Dopacket.h101 #define packet_get_cstring(length_ptr) \ macro
Dsession.c2031 name = packet_get_cstring(&name_len); in session_env_req()
2032 val = packet_get_cstring(&val_len); in session_env_req()
Dclientloop.c2575 rtype = packet_get_cstring(NULL); in client_input_global_request()