Searched refs:auth_send_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c101 static int auth_send_cnt = 0; variable
348 auth_send_cnt = cnt;
349 if (auth_send_cnt > sizeof (_auth_send_data))
350 auth_send_cnt = sizeof (_auth_send_data);
351 (void) memcpy((void *)_auth_send_data, (void *)data, auth_send_cnt);
368 for (; (auth_send_cnt -= 2) >= 0; auth_send_data += 2) {

Completed in 43 milliseconds