Searched refs:th_data (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/head/arpa/
H A Dtftp.h62 char th_data[1]; /* data or error string */ member in struct:tftphdr
68 #define th_msg th_data
/illumos-gate/usr/src/boot/include/arpa/
H A Dtftp.h60 char th_data[1]; /* data or error string */ member in struct:tftphdr
66 #define th_msg th_data
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c119 (void) sprintf(get_line((char *)(uintptr_t)tftp->th_data -
136 (void) sprintf(get_line((char *)(uintptr_t)tftp->th_data -
137 dlc_header, strlen(tftp->th_data) + 1),
138 "Error string = \"%s\"", tftp->th_data);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c161 b->counter = fread(dp->th_data, sizeof (char), blocksize,
168 p = dp->th_data;
186 b->counter = (int)(p - dp->th_data);
232 buf = dp->th_data;
H A Dtftp.c183 } while (n < offsetof(struct tftphdr, th_data));
194 if (n > offsetof(struct tftphdr, th_data))
196 offsetof(struct tftphdr, th_data),
310 } while (n < offsetof(struct tftphdr, th_data));
321 if (n > offsetof(struct tftphdr, th_data))
323 offsetof(struct tftphdr, th_data),
/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c217 got = len - (t->th_data - (char *) t);
507 bcopy(tftpfile->lastdata.t.th_data + offinblock,

Completed in 48 milliseconds