Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c57 #define SB_LEN() (subend - subpointer) macro
913 DIAG(TD_OPTIONS, {netflush(); printsub('<', subpointer, SB_LEN()+2);}); in suboption()
1017 subpointer[SB_LEN()] = '\0'; in suboption()
1222 auth_is(subpointer, SB_LEN()); in suboption()
1225 auth_name(subpointer, SB_LEN()); in suboption()
1236 encrypt_support(subpointer, SB_LEN()); in suboption()
1239 encrypt_is(subpointer, SB_LEN()); in suboption()
1242 encrypt_reply(subpointer, SB_LEN()); in suboption()
1245 encrypt_start(subpointer, SB_LEN()); in suboption()
1253 encrypt_request_start(subpointer, SB_LEN()); in suboption()
[all …]
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c51 #define SB_LEN() (subend - subpointer) macro
708 printsub('<', subbuffer, SB_LEN()+2); in suboption()
792 lm_will(subpointer, SB_LEN()); in suboption()
795 lm_wont(subpointer, SB_LEN()); in suboption()
798 lm_do(subpointer, SB_LEN()); in suboption()
801 lm_dont(subpointer, SB_LEN()); in suboption()
804 slc(subpointer, SB_LEN()); in suboption()
807 lm_mode(subpointer, SB_LEN(), 0); in suboption()
834 env_opt(subpointer, SB_LEN()); in suboption()
877 auth_is(subpointer, SB_LEN()); in suboption()
[all …]
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c80 #define SB_LEN() (subend - subpointer) macro
767 printsub('<', subbuffer, SB_LEN()+2); in suboption()
847 lm_will(subpointer, SB_LEN()); in suboption()
850 lm_wont(subpointer, SB_LEN()); in suboption()
853 lm_do(subpointer, SB_LEN()); in suboption()
856 lm_dont(subpointer, SB_LEN()); in suboption()
859 slc(subpointer, SB_LEN()); in suboption()
862 lm_mode(subpointer, SB_LEN(), 0); in suboption()
889 env_opt(subpointer, SB_LEN()); in suboption()
932 auth_is(subpointer, SB_LEN()); in suboption()
[all …]