Home | History | Annotate | Download | only in tools

Lines Matching refs:SLIP_FRAME

106 		SLIP_FRAME, SLIP_ESCAPE,

290 if (ch == SLIP_FRAME)
923 put_uart (SLIP_FRAME);
942 put_uart (SLIP_FRAME);
964 put_uart (SLIP_FRAME);
980 put_uart (SLIP_FRAME);
1019 put_uart (SLIP_FRAME);
1061 SLIP_FRAME);
1101 /* Check for the SLIP_FRAME octet - must be start or end of packet */
1102 if (value == SLIP_FRAME)