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

  /external/openssh/
opacket.c 46 if ((r = sshpkt_put_u64(ssh, value)) != 0)
packet.h 170 int sshpkt_put_u64(struct ssh *ssh, u_int64_t val);
packet.c 2707 sshpkt_put_u64(struct ssh *ssh, u_int64_t val) function
    [all...]

Completed in 26 milliseconds