Searched refs:TELOPT_STATUS (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h87 #define TELOPT_STATUS 5 /* give status */ macro
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c761 case TELOPT_STATUS:
992 case TELOPT_STATUS: {
1000 if (my_state_is_will(TELOPT_STATUS))
1011 } /* end of case TELOPT_STATUS */
1307 ADD(TELOPT_STATUS);
H A Dutility.c804 case TELOPT_STATUS: {
H A Dtelnetd.c857 send_will(TELOPT_STATUS, 1);
/freebsd-11-stable/include/arpa/
H A Dtelnet.h85 #define TELOPT_STATUS 5 /* give status */ macro
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h85 #define TELOPT_STATUS 5 /* give status */ macro
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dstate.c884 case TELOPT_STATUS:
1196 case TELOPT_STATUS: {
1204 if (my_state_is_will(TELOPT_STATUS))
1215 } /* end of case TELOPT_STATUS */
1504 ADD(TELOPT_STATUS);
H A Dutility.c739 case TELOPT_STATUS: {
H A Dtelnetd.c783 send_will(TELOPT_STATUS, 1);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c271 (want_status_response && (pointer[0] == TELOPT_STATUS))) {
629 case TELOPT_STATUS: {
H A Dtelnet.c255 case TELOPT_STATUS:
2071 send_do(TELOPT_STATUS, 1);
2277 if (my_want_state_is_dont(TELOPT_STATUS)) {
2285 *cp++ = TELOPT_STATUS;
/freebsd-11-stable/contrib/telnet/telnet/
H A Dutilities.c294 (want_status_response && (pointer[0] == TELOPT_STATUS))) {
649 case TELOPT_STATUS: {
H A Dtelnet.c330 case TELOPT_STATUS:
2147 send_do(TELOPT_STATUS, 1);
2297 if (my_want_state_is_dont(TELOPT_STATUS)) {
2305 *cp++ = TELOPT_STATUS;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c115 #define TELOPT_STATUS 5 /* give status */ macro

Completed in 297 milliseconds