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

  /src/lib/libtelnet/
auth.c 325 auth_send(unsigned char *data, int cnt) function
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);
auth.c 325 auth_send(unsigned char *data, int cnt) function
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 88 milliseconds