Home
last modified time | relevance | path

Searched refs:printsub (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/lib/libtelnet/
H A Dencrypt.c423 printsub('>', &str_send[2], str_suplen - 2); in encrypt_send_support()
777 printsub('>', &str_keyid[2], strp - str_keyid - 2); in encrypt_send_keyid()
837 printsub('>', &str_start[2], p - &str_start[2]); in encrypt_start_output()
863 printsub('>', &str_end[2], sizeof(str_end) - 2); in encrypt_send_end()
890 printsub('>', &str_start[2], p - &str_start[2]); in encrypt_send_request_start()
900 printsub('>', &str_end[2], sizeof(str_end) - 2); in encrypt_send_request_end()
955 if (ep->printsub) in encrypt_printsub()
956 (*ep->printsub)(data, cnt, buf, buflen); in encrypt_printsub()
H A Dauth.c309 printsub('>', &str_request[2], e - str_request - 2); in auth_request()
394 printsub('>', &str_none[2], sizeof(str_none) - 2); in auth_send()
495 printsub('>', &str_request[2], e - &str_request[2]); in auth_sendname()
557 if ((ap = findauthenticator(data[1], data[2])) && ap->printsub) in auth_printsub()
558 (*ap->printsub)(data, cnt, buf, buflen); in auth_printsub()
H A Dauth.h71 void (*printsub)(unsigned char *, int, unsigned char *, int); member
H A Dencrypt.h90 void (*printsub)(unsigned char *, int, unsigned char *, int); member
H A Denc_des.c222 printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); in fb64_start()
280 printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); in fb64_is()
305 printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); in fb64_is()
H A Denc-proto.h103 void printsub(int, unsigned char *, int);
H A Dsra.c114 printsub('>', &str_data[2], p - (&str_data[2])); in Data()
H A Dkerberos5.c125 printsub('>', &str_data[2], p - &str_data[2]); in Data()
/netbsd-src/libexec/telnetd/
H A Dtelnetd.c530 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2);); in getterminaltype()
546 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2);); in getterminaltype()
553 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2);); in getterminaltype()
560 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2);); in getterminaltype()
565 DIAG(TD_OPTIONS, printsub('>', ttytype_sbbuf + 2, in getterminaltype()
641 DIAG(TD_OPTIONS, printsub('>', ttytype_sbbuf + 2, in _gettermname()
1062 DIAG(TD_OPTIONS, printsub('>', in telnet()
H A Dext.h108 printsub(int, unsigned char *, int),
H A Dutility.c524 printsub( in printsub() function
801 printsub(0, &pointer[i], k - i); in printsub()
H A Dslc.c208 DIAG(TD_OPTIONS, printsub('>', slcbuf+2, len-2);); in end_slc()
H A Dstate.c1106 DIAG(TD_OPTIONS, {netflush(); printsub('<', subpointer, SB_LEN()+2);}); in suboption()
1629 {printsub('>', statusbuf, ncp - statusbuf); netflush();}); in send_status()
/netbsd-src/usr.bin/telnet/
H A Dtelnet.c770 printsub('<', subbuffer, SB_LEN()+2); in suboption()
788 printsub('>', &temp[2], len-2); in suboption()
813 printsub('>', temp+2, len - 2); in suboption()
915 printsub('>', temp+2, len - 2); in suboption()
1034 printsub('>', &str_lm[2], sizeof(str_lm)-2); in lm_will()
1070 printsub('>', &str_lm[2], sizeof(str_lm)-2); in lm_do()
1111 printsub('>', &str_lm_mode[2], sizeof(str_lm_mode)-2); in lm_mode()
1226 printsub('>', &slc_import_def[2], sizeof(slc_import_def)-2); in slc_import()
1229 printsub('>', &slc_import_val[2], sizeof(slc_import_val)-2); in slc_import()
1387 printsub('>', &slc_reply[2], slc_replyp - slc_reply - 2); in slc_end_reply()
[all …]
H A Dauthenc.c63 printsub('>', &str[2], len - 2); in telnet_net_write()
H A Dutilities.c285 printsub( in printsub() function
712 printsub(0, &pointer[i], k - i); in printsub()
H A Dexterns.h326 void printsub(int, unsigned char *, int);