HomeSort by relevance Sort by last modified time
    Searched refs:packet_get_cstring (Results 1 - 4 of 4) sorted by null

  /external/openssh/
auth2.c 185 char *service = packet_get_cstring(&len);
224 user = packet_get_cstring(NULL);
225 service = packet_get_cstring(NULL);
226 method = packet_get_cstring(NULL);
packet.h 73 char *packet_get_cstring(u_int *length_ptr);
auth1.c 176 client_user = packet_get_cstring(&ulen);
402 user = packet_get_cstring(&ulen);
packet.c 1564 packet_get_cstring(u_int *length_ptr) function
    [all...]

Completed in 28 milliseconds