Searched refs:auth_send (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dauth-proto.h60 void auth_send(unsigned char *, int);
H A Dauth.c375 auth_send(unsigned char *data, int cnt) function
383 printf(">>>%s: auth_send called!\r\n", Name);
389 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);
/freebsd-13-stable/crypto/heimdal/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);
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c882 auth_send(subpointer, SB_LEN());
/freebsd-13-stable/contrib/telnet/telnet/
H A Dtelnet.c939 auth_send(subpointer, SB_LEN());

Completed in 122 milliseconds