HomeSort by relevance Sort by last modified time
    Searched refs:TFTP_OK (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/libupload/
tftp.h 18 TFTP_OK = 11, /* Not in RFC */
upload_tftp.c 102 err = TFTP_OK; /* All good! */
129 int err=TFTP_OK;
168 if ((err=send_ack_packet(&tftp, buffer, 2+nlen+1+6))!=TFTP_OK)
180 if ((err=send_ack_packet(&tftp, buffer, chunk+4))!=TFTP_OK)
184 return TFTP_OK;
  /external/syslinux/com32/hdt/
hdt-dump.c 221 if ((err = flush_data(upload)) != TFTP_OK) {

Completed in 89 milliseconds