Searched refs:tp_error (Results 1 - 4 of 4) sorted by relevance

/external/qemu/slirp/
H A Dtftp.h28 } tp_error; member in union:tftp_t::__anon24938
H A Dtftp.c194 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/
H A Dtftp.h28 } tp_error; member in union:tftp_t::__anon24948
H A Dtftp.c196 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 65 milliseconds