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

  /src/lib/libtelnet/
auth.c 325 auth_send(unsigned char *data, int cnt) function in typeref:typename:void
333 printf(">>>%s: auth_send called!\r\n", Name);
339 printf(">>>%s: auth_send got:", Name);
412 * if auth_send_cnt <= 0 then auth_send will end up rejecting
415 auth_send(auth_send_data, auth_send_cnt);

Completed in 13 milliseconds