Home
last modified time | relevance | path

Searched refs:ssh_packet_set_qos (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dpacket.h116 void ssh_packet_set_qos(struct ssh *, int, int);
H A Dsshd-auth.c646 ssh_packet_set_qos(ssh, options.ip_qos_interactive, in main()
H A Dsshd-session.c1162 ssh_packet_set_qos(ssh, options.ip_qos_interactive, in main()
H A Dssh_namespace.h727 #define ssh_packet_set_qos Fssh_ssh_packet_set_qos macro
H A Dssh.c1349 ssh_packet_set_qos(ssh, options.ip_qos_interactive, in main()
H A Dpacket.c2297 ssh_packet_set_qos(struct ssh *ssh, int qos_interactive, int qos_other) in ssh_packet_set_qos() function