Searched refs:printsub (Results 1 – 10 of 10) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| H A D | encrypt.c | 442 printsub('>', &str_send[2], str_suplen - 2); in encrypt_send_support() 798 printsub('>', &str_keyid[2], strp - str_keyid - 2); in encrypt_send_keyid() 854 printsub('>', &str_start[2], p - &str_start[2]); in encrypt_start_output() 882 printsub('>', &str_end[2], sizeof (str_end) - 2); in encrypt_send_end() 910 printsub('>', &str_start[2], p - &str_start[2]); in encrypt_send_request_start() 921 printsub('>', &str_end[2], sizeof (str_end) - 2); in encrypt_send_request_end() 965 if (ep->printsub) in encrypt_printsub() 966 (*ep->printsub)(data, cnt, buf, buflen); in encrypt_printsub()
|
| H A D | auth.c | 398 printsub('>', &str_none[2], sizeof (str_none) - 2); in auth_send_retry() 440 printsub('>', &str_request[2], e - &str_request[2]); in auth_sendname() 459 if (ap && ap->printsub) in auth_printsub() 460 (*ap->printsub)(data, cnt, buf, buflen); in auth_printsub()
|
| H A D | telnet.c | 804 printsub('<', subbuffer, SB_LEN()+2); in suboption() 823 printsub('>', &temp[2], len-2); in suboption() 850 printsub('>', temp+2, len - 2); in suboption() 960 printsub('>', temp+2, len - 2); in suboption() 1073 printsub('>', &str_lm[2], sizeof (str_lm)-2); 1119 printsub('>', &str_lm[2], sizeof (str_lm)-2); 1166 printsub('>', &str_lm_mode[2], sizeof (str_lm_mode)-2); 1288 printsub('>', &slc_import_def[2], 1293 printsub('>', &slc_import_val[2], 1467 printsub('>', &slc_reply[2], slc_replyp - slc_reply - 2); in slc_end_reply() [all …]
|
| H A D | enc_des.c | 222 printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); in cfb64_start() 275 printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); in cfb64_is() 301 printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); in cfb64_is()
|
| H A D | auth.h | 78 void (*printsub)(unsigned char *, int, unsigned char *, int); member
|
| H A D | authenc.c | 100 printsub('>', &str[2], len - 2); in net_write()
|
| H A D | encrypt.h | 87 void (*printsub)(unsigned char *, int, unsigned char *, int); member
|
| H A D | externs.h | 233 extern void printsub(int, unsigned char *, int);
|
| H A D | utilities.c | 317 printsub(direction, pointer, length) in printsub() function 845 printsub(0,
|
| H A D | kerberos5.c | 172 printsub('>', &str_data[2], p - &str_data[2]); in krb5_send_data()
|