HomeSort by: relevance | last modified time | path
    Searched defs:auth_send_cnt (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libtelnet/
auth.c 91 static int auth_send_cnt = 0; variable in typeref:typename:int
349 auth_send_cnt = (size_t)cnt > sizeof(_auth_send_data)
352 memmove(_auth_send_data, data, auth_send_cnt);
359 auth_send_cnt = cnt;
361 while ((auth_send_cnt -= 2) >= 0) {
412 * if auth_send_cnt <= 0 then auth_send will end up rejecting
415 auth_send(auth_send_data, auth_send_cnt);
auth.c 91 static int auth_send_cnt = 0; variable in typeref:typename:int
349 auth_send_cnt = (size_t)cnt > sizeof(_auth_send_data)
352 memmove(_auth_send_data, data, auth_send_cnt);
359 auth_send_cnt = cnt;
361 while ((auth_send_cnt -= 2) >= 0) {
412 * if auth_send_cnt <= 0 then auth_send will end up rejecting
415 auth_send(auth_send_data, auth_send_cnt);
auth.c 91 static int auth_send_cnt = 0; variable in typeref:typename:int
349 auth_send_cnt = (size_t)cnt > sizeof(_auth_send_data)
352 memmove(_auth_send_data, data, auth_send_cnt);
359 auth_send_cnt = cnt;
361 while ((auth_send_cnt -= 2) >= 0) {
412 * if auth_send_cnt <= 0 then auth_send will end up rejecting
415 auth_send(auth_send_data, auth_send_cnt);

Completed in 38 milliseconds