Searched refs:sshpkt_get_cstring (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dopacket.c221 if ((r = sshpkt_get_cstring(ssh, &val, &len)) != 0)
H A Dpacket.h181 int sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp);
H A Dkex.c382 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0)
384 if ((r = sshpkt_get_cstring(ssh, &val, NULL)) != 0) {
H A Dssh_namespace.h864 #define sshpkt_get_cstring Fssh_sshpkt_get_cstring macro
H A Dsshconnect2.c421 if ((r = sshpkt_get_cstring(ssh, &reply, NULL)) != 0)
H A Dpacket.c2870 sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp) function

Completed in 88 milliseconds