HomeSort by: relevance | last modified time | path
    Searched defs:th_data (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/lib/libsa/
tftp.h 82 char th_data[1]; /* data or error string */ member in struct:tftphdr
88 #define th_msg th_data
  /src/include/arpa/
tftp.h 63 char th_data[1]; /* data or error string */ member in struct:tftphdr
69 #define th_msg th_data
  /src/sys/kern/
subr_tftproot.c 89 char th_data[1]; /* data or error string */ member in struct:tftphdr
95 #define th_msg th_data
216 size_t hdrlen = sizeof(*tftp) - sizeof(tftp->th_data);
355 size_t hdrlen = sizeof(*tftp) - sizeof(tftp->th_data);
400 if ((tftp->th_data[i] < ' ') ||
401 (tftp->th_data[i] > '~')) {
405 errbuf[i] = tftp->th_data[i];

Completed in 12 milliseconds