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

/freebsd-current/include/arpa/
H A Dtftp.h63 #define th_code th_u.tu_code macro
/freebsd-current/libexec/tftpd/
H A Dtftp-io.c151 tp->th_code = htons((u_short)error);
157 tp->th_code = EUNDEF; /* set 'undef' errorcode */
436 tftp_log(pkt->th_code == EUNDEF ? LOG_DEBUG : LOG_ERR,
/freebsd-current/usr.bin/tftp/
H A Dtftp.c229 tftp_log(LOG_ERR, "Error code %d: %s", rp->th_code, rp->th_msg);
/freebsd-current/stand/libsa/
H A Dtftp.c156 wbuf.t.th_code = htons(errcode);
239 tftp_error = ntohs(t->th_code);

Completed in 127 milliseconds