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

/freebsd-10.1-release/contrib/tcpdump/
H A Dtelnet.h91 #define TELOPT_STATUS 5 /* give status */ macro
/freebsd-10.1-release/contrib/telnet/arpa/
H A Dtelnet.h89 #define TELOPT_STATUS 5 /* give status */ macro
/freebsd-10.1-release/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h87 #define TELOPT_STATUS 5 /* give status */ macro
/freebsd-10.1-release/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-10.1-release/include/arpa/
H A Dtelnet.h85 #define TELOPT_STATUS 5 /* give status */ macro
/freebsd-10.1-release/contrib/telnet/telnetd/
H A Dstate.c888 case TELOPT_STATUS:
1200 case TELOPT_STATUS: {
1208 if (my_state_is_will(TELOPT_STATUS))
1219 } /* end of case TELOPT_STATUS */
1508 ADD(TELOPT_STATUS);
H A Dtelnetd.c784 send_will(TELOPT_STATUS, 1);
H A Dutility.c743 case TELOPT_STATUS: {
/freebsd-10.1-release/contrib/telnet/telnet/
H A Dutilities.c298 (want_status_response && (pointer[0] == TELOPT_STATUS))) {
653 case TELOPT_STATUS: {
H A Dtelnet.c300 case TELOPT_STATUS:
2120 send_do(TELOPT_STATUS, 1);
2270 if (my_want_state_is_dont(TELOPT_STATUS)) {
2278 *cp++ = TELOPT_STATUS;
/freebsd-10.1-release/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;

Completed in 91 milliseconds