Home
last modified time | relevance | path

Searched refs:RYM_CODE_SOH (Results 1 – 3 of 3) sorted by relevance

/components/utilities/ymodem/
A Dymodem.c156 case RYM_CODE_SOH: in _rym_send_packet()
217 if (code == RYM_CODE_SOH) in _rym_do_handshake()
291 if (ctx->on_begin && ctx->on_begin(ctx, ctx->buf + 3, data_sz - 5) != RYM_CODE_SOH) in _rym_do_send_handshake()
294 code = RYM_CODE_SOH; in _rym_do_send_handshake()
377 case RYM_CODE_SOH: in _rym_do_trans()
492 if (code == RYM_CODE_SOH) in _rym_do_fin()
566 if (ctx->on_end && ctx->on_end(ctx, ctx->buf + 3, data_sz - 5) != RYM_CODE_SOH) in _rym_do_send_fin()
569 code = RYM_CODE_SOH; in _rym_do_send_fin()
A Dry_sy.c150 return RYM_CODE_SOH; in _rym_send_begin()
180 return RYM_CODE_SOH; in _rym_send_data()
193 return RYM_CODE_SOH; in _rym_send_end()
A Dymodem.h24 RYM_CODE_SOH = 0x01, enumerator

Completed in 5 milliseconds