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

  /external/qemu/slirp/
tftp.h 28 } tp_error; member in union:tftp_t::__anon27319
tftp.c 194 tp->x.tp_error.tp_error_code = htons(errorcode);
195 pstrcpy((char *)tp->x.tp_error.tp_msg, sizeof(tp->x.tp_error.tp_msg), msg);
  /external/qemu/slirp-android/
tftp.h 28 } tp_error; member in union:tftp_t::__anon27329
tftp.c 196 tp->x.tp_error.tp_error_code = htons(errorcode);
197 pstrcpy((char *)tp->x.tp_error.tp_msg, sizeof(tp->x.tp_error.tp_msg), msg);

Completed in 36 milliseconds