Home
last modified time | relevance | path

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.c99 static int auth_send_cnt = 0; variable
346 auth_send_cnt = cnt; in auth_send()
347 if (auth_send_cnt > sizeof (_auth_send_data)) in auth_send()
348 auth_send_cnt = sizeof (_auth_send_data); in auth_send()
349 (void) memcpy((void *)_auth_send_data, (void *)data, auth_send_cnt); in auth_send()
366 for (; (auth_send_cnt -= 2) >= 0; auth_send_data += 2) { in auth_send_retry()