th_code
tp->th_code = htons((u_short)error);
tp->th_code = EUNDEF; /* set 'undef' errorcode */
tftp_log(pkt->th_code == EUNDEF ? LOG_DEBUG : LOG_ERR,
wbuf.t.th_code = htons(errcode);
tftp_error = ntohs(t->th_code);
tftp_log(LOG_ERR, "Error code %d: %s", rp->th_code, rp->th_msg);