Home
last modified time | relevance | path

Searched refs:SB_LEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c84 #define SB_LEN() (subend - subpointer) macro
890 lm_will(subpointer, SB_LEN()); in suboption()
893 lm_wont(subpointer, SB_LEN()); in suboption()
896 lm_do(subpointer, SB_LEN()); in suboption()
899 lm_dont(subpointer, SB_LEN()); in suboption()
902 slc(subpointer, SB_LEN()); in suboption()
905 lm_mode(subpointer, SB_LEN(), 0); in suboption()
932 env_opt(subpointer, SB_LEN()); in suboption()
978 auth_send(subpointer, SB_LEN()); in suboption()
983 auth_reply(subpointer, SB_LEN()); in suboption()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c155 #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 …]