Home
last modified time | relevance | path

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

/dragonfly/lib/libtelnet/
H A Dauth.c99 static int auth_send_cnt = 0; variable
394 auth_send_cnt = (size_t)cnt > sizeof(_auth_send_data) in auth_send()
397 memmove((void *)_auth_send_data, (void *)data, auth_send_cnt); in auth_send()
404 auth_send_cnt = cnt; in auth_send()
406 while ((auth_send_cnt -= 2) >= 0) { in auth_send()
452 auth_send(auth_send_data, auth_send_cnt); in auth_send_retry()