Searched refs:SB_LEN (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 86 #define SB_LEN() (subend - subpointer) macro 806 printsub('<', subbuffer, SB_LEN()+2); in suboption() 892 lm_will(subpointer, SB_LEN()); in suboption() 895 lm_wont(subpointer, SB_LEN()); in suboption() 898 lm_do(subpointer, SB_LEN()); in suboption() 901 lm_dont(subpointer, SB_LEN()); in suboption() 904 slc(subpointer, SB_LEN()); in suboption() 907 lm_mode(subpointer, SB_LEN(), 0); in suboption() 934 env_opt(subpointer, SB_LEN()); in suboption() 980 auth_send(subpointer, SB_LEN()); in suboption() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 155 #define SB_LEN() (subend - subpointer) macro 4014 subpointer[SB_LEN()] = '\0'; in suboption() 4124 SB_LEN()); in suboption() 4126 auth_is((uchar_t *)subpointer, SB_LEN()); in suboption() 4133 SB_LEN()); in suboption() 4135 auth_name((uchar_t *)subpointer, SB_LEN()); in suboption() 4152 encrypt_support(subpointer, SB_LEN()); in suboption() 4155 encrypt_is((uchar_t *)subpointer, SB_LEN()); in suboption() 4158 (void) encrypt_reply(subpointer, SB_LEN()); in suboption() 4179 encrypt_enc_keyid(subpointer, SB_LEN()); in suboption() [all …]
|