Lines Matching full:send
37 /* start zmodem send process */
49 rt_kprintf("\r\nsz: ready...\r\n"); /* here ready to send things */ in zs_start()
103 /* send SINIT cmd */ in zsend_init()
107 /* send files */
117 rt_kprintf("\r\nerror: no file to be send.\r\n"); in zsend_files()
164 /* send file name and related info */
216 /* send the file data */
222 /* send ZDATA packet, start to send data */ in zsend_file_data()
238 for (;;) /* get ack and check if send finish */ in zsend_file_data()
253 case ZRINIT: /* send finish,then begin to send next file */ in zsend_file_data()
291 case ZRINIT: /* get ZRINIT indicate that the prev file send completed */ in zget_sync()
309 zsend_hex_header(ZFIN, tx_header); /* send finished session cmd */ in zsay_bibi()