Searched refs:th_msg (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/head/arpa/ |
H A D | tftp.h | 68 #define th_msg th_data macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftp.c | 197 ap->th_msg); in tftp_sendfile() 324 dp->th_msg); in tftp_recvfile() 636 (void) strlcpy(tp->th_msg, pe->e_msg, in nak() 704 (void) printf(", msg=%.*s", n, tp->th_msg); in tpacket()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.tftpd.c | 1066 ackbuf.tb_hdr.th_msg); in tftpd_sendfile() 1144 ackbuf.tb_hdr.th_msg); in tftpd_sendfile() 1264 " %.*s", n - 4, dp->th_msg); in tftpd_recvfile() 1367 (void) strlcpy(tp->th_msg, (pe->e_msg != NULL) ? pe->e_msg : "UNKNOWN", in nak() 1369 length = strlen(tp->th_msg); in nak() 1372 (void) fprintf(stderr, "Sending NAK: %s\n", tp->th_msg); in nak()
|