Home
last modified time | relevance | path

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

/external/openssh/
Dopacket.h7 void ssh_packet_put_int(struct ssh *, u_int value);
74 ssh_packet_put_int(active_state, (value))
Dopacket.c33 ssh_packet_put_int(struct ssh *ssh, u_int value) in ssh_packet_put_int() function