Home
last modified time | relevance | path

Searched refs:TD_OPTIONS (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c145 DIAG(TD_OPTIONS, in telrcv()
151 DIAG(TD_OPTIONS, in telrcv()
160 DIAG(TD_OPTIONS, in telrcv()
170 DIAG(TD_OPTIONS, in telrcv()
184 DIAG(TD_OPTIONS, in telrcv()
198 DIAG(TD_OPTIONS, in telrcv()
215 DIAG(TD_OPTIONS, in telrcv()
423 DIAG(TD_OPTIONS, printoption("td: send do", option)); in send_do()
443 DIAG(TD_OPTIONS, printoption("td: recv will", option)); in willoption()
586 DIAG(TD_OPTIONS, printoption("td: send dont", option)); in send_dont()
[all …]
H A Dtelnetd.c233 diagnostic |= TD_REPORT|TD_OPTIONS; in main()
241 diagnostic |= TD_OPTIONS; in main()
572 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2);); in getterminaltype()
579 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2);); in getterminaltype()
586 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2);); in getterminaltype()
593 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2);); in getterminaltype()
598 DIAG(TD_OPTIONS, printsub('>', ttytype_sbbuf + 2, in getterminaltype()
673 DIAG(TD_OPTIONS, printsub('>', ttytype_sbbuf + 2, in _gettermname()
901 DIAG(TD_OPTIONS, in my_telnet()
1164 DIAG(TD_OPTIONS, in my_telnet()
[all …]
H A Ddefs.h109 #define TD_OPTIONS 0x10 /* Report just telnet options */ macro
H A Dutility.c543 if (!(diagnostic & TD_OPTIONS)) in printsub()