xmodem_write
if (xmodem_write(buf, pktlen) != 0)
if (xmodem_write(buf, 1) != 0)
int xmodem_write(const u_char *buf, size_t len);