Searched refs:th_msg (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/head/arpa/ |
H A D | tftp.h | 68 #define th_msg th_data macro
|
/illumos-gate/usr/src/boot/include/arpa/ |
H A D | tftp.h | 66 #define th_msg th_data macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftp.c | 197 ap->th_msg); 324 dp->th_msg); 636 (void) strlcpy(tp->th_msg, pe->e_msg, 704 (void) printf(", msg=%.*s", n, tp->th_msg);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.tftpd.c | 1066 ackbuf.tb_hdr.th_msg); 1144 ackbuf.tb_hdr.th_msg); 1264 " %.*s", n - 4, dp->th_msg); 1367 (void) strlcpy(tp->th_msg, (pe->e_msg != NULL) ? pe->e_msg : "UNKNOWN", 1369 length = strlen(tp->th_msg); 1372 (void) fprintf(stderr, "Sending NAK: %s\n", tp->th_msg);
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | tftp.c | 158 wtail = wbuf.t.th_msg;
|
Completed in 49 milliseconds