Home
last modified time | relevance | path

Searched refs:ssh_packet_put_int64 (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dopacket.h8 void ssh_packet_put_int64(struct ssh *, u_int64_t value);
74 ssh_packet_put_int64(active_state, (value))
Dopacket.c42 ssh_packet_put_int64(struct ssh *ssh, u_int64_t value) in ssh_packet_put_int64() function