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

/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Dauth.c103 static int auth_send_cnt = 0; variable
390 auth_send_cnt = cnt > sizeof(_auth_send_data)
393 memmove(_auth_send_data, data, auth_send_cnt);
400 auth_send_cnt = cnt;
402 while ((auth_send_cnt -= 2) >= 0) {
454 * if auth_send_cnt <= 0 then auth_send will end up rejecting
457 auth_send(auth_send_data, auth_send_cnt);
/macosx-10.9.5/libtelnet-13/
H A Dauth.c114 static int auth_send_cnt = 0; variable
409 auth_send_cnt = (size_t)cnt > sizeof(_auth_send_data)
412 memmove((void *)_auth_send_data, (void *)data, auth_send_cnt);
419 auth_send_cnt = cnt;
421 while ((auth_send_cnt -= 2) >= 0) {
464 * if auth_send_cnt <= 0 then auth_send will end up rejecting
467 auth_send(auth_send_data, auth_send_cnt);

Completed in 184 milliseconds