Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect.c838 u_int i, n, num_othernames = 0; in other_hostkeys_message() local
843 &othernames, &num_othernames); in other_hostkeys_message()
844 if (num_othernames == 0) in other_hostkeys_message()
850 n = num_othernames; in other_hostkeys_message()
856 if (n < num_othernames) { in other_hostkeys_message()
858 num_othernames - n); in other_hostkeys_message()
860 for (i = 0; i < num_othernames; i++) in other_hostkeys_message()