Searched refs:auth_send (Results 1 - 7 of 7) sorted by last modified time

/macosx-10.9.5/sudo-72/src/auth/
H A Dfwtk.c97 if (auth_send(buf) || auth_recv(resp, sizeof(resp))) {
129 if (auth_send(buf) || auth_recv(resp, sizeof(resp))) {
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Dauth-proto.h70 void auth_send (unsigned char *, int);
H A Dauth.c366 auth_send(unsigned char *data, int cnt) function
374 printf(">>>%s: auth_send called!\r\n", Name);
380 printf(">>>%s: auth_send got:", Name);
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/Heimdal-323.92.1/appl/telnet/telnet/
H A Dtelnet.c882 auth_send(subpointer, SB_LEN());
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dtelnet.c919 auth_send(subpointer, SB_LEN());
/macosx-10.9.5/libtelnet-13/
H A Dauth.c385 auth_send(unsigned char *data, int cnt) function
393 printf(">>>%s: auth_send called!\r\n", Name);
399 printf(">>>%s: auth_send got:", Name);
464 * if auth_send_cnt <= 0 then auth_send will end up rejecting
467 auth_send(auth_send_data, auth_send_cnt);
H A Dauth-proto.h64 void auth_send(unsigned char *, int);

Completed in 126 milliseconds