Lines Matching +full:send +full:- +full:flush +full:- +full:out +full:- +full:sequence
1 /* SPDX-License-Identifier: GPL-2.0 */
53 * Send an initial END character to flush out any in slip_esc()
61 * For each byte in the packet, send the appropriate in slip_esc()
62 * character sequence, according to the SLIP protocol. in slip_esc()
65 while (len-- > 0) { in slip_esc()
81 return (ptr - d); in slip_esc()
94 memset(slip->ibuf, 0, sizeof(slip->ibuf)); in slip_proto_init()
95 memset(slip->obuf, 0, sizeof(slip->obuf)); in slip_proto_init()
96 slip->more = 0; in slip_proto_init()
97 slip->pos = 0; in slip_proto_init()
98 slip->esc = 0; in slip_proto_init()