Searched refs:th_msg (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/include/arpa/
H A Dtftp.h69 #define th_msg th_data macro
/netbsd-current/sys/lib/libsa/
H A Dtftp.h88 #define th_msg th_data macro
/netbsd-current/usr.bin/tftp/
H A Dtftp.c314 ntohs(ap->th_code), ap->th_msg);
459 ntohs(dp->th_code), dp->th_msg);
613 msglen = sizeof(ackbuf) - (&tp->th_msg[0] - ackbuf);
619 (void)strlcpy(tp->th_msg, strerror(error - 100), msglen);
622 (void)strlcpy(tp->th_msg, pe->e_msg, msglen);
624 length = strlen(tp->th_msg);
625 msglen = &tp->th_msg[length + 1] - ackbuf;
689 tp->th_msg);
/netbsd-current/libexec/tftpd/
H A Dtftpd.c1202 msglen = sizeof(buf) - (&tp->th_msg[0] - buf);
1208 strlcpy(tp->th_msg, strerror(error - 100), msglen);
1211 strlcpy(tp->th_msg, pe->e_msg, msglen);
1214 syslog(LOG_DEBUG, "Send NACK %s", tp->th_msg);
1215 length = strlen(tp->th_msg);
1216 msglen = &tp->th_msg[length + 1] - buf;
/netbsd-current/sys/kern/
H A Dsubr_tftproot.c95 #define th_msg th_data macro

Completed in 144 milliseconds