HomeSort by: relevance | last modified time | path
    Searched refs:th_msg (Results 1 - 5 of 5) sorted by relevancy

  /src/include/arpa/
tftp.h 69 #define th_msg th_data macro
  /src/sys/lib/libsa/
tftp.h 88 #define th_msg th_data macro
  /src/usr.bin/tftp/
tftp.c 314 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);
  /src/libexec/tftpd/
tftpd.c 1202 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;
  /src/sys/kern/
subr_tftproot.c 95 #define th_msg th_data macro

Completed in 14 milliseconds