Home | History | Annotate | Download | only in telnetd

Lines Matching refs:SB

483 	IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
526 static unsigned char sb[] =
527 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE };
529 output_datalen((const char *)sb, sizeof sb);
530 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2););
542 static unsigned char sb[] =
543 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE };
545 output_datalen((const char *)sb, sizeof sb);
546 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2););
549 static unsigned char sb[] =
550 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
552 output_datalen((const char *)sb, sizeof sb);
553 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2););
556 static unsigned char sb[] =
557 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE };
559 output_datalen((const char *)sb, sizeof sb);
560 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2););
1058 IAC, SB, TELOPT_LFLOW,