HomeSort by relevance Sort by last modified time
    Searched refs:th_data (Results 1 - 7 of 7) sorted by null

  /external/tcpdump/
tftp.h 62 char th_data[1]; /* data or error string */ member in struct:tftphdr
68 #define th_msg th_data
print-tftp.c 146 i = fn_print((const u_char *)tp->th_data, snapend);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
tftp.h 56 char th_data[1]; /* data or error string */ member in struct:tftphdr
62 #define th_msg th_data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
tftp.h 56 char th_data[1]; /* data or error string */ member in struct:tftphdr
62 #define th_msg th_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
tftp.h 56 char th_data[1]; /* data or error string */ member in struct:tftphdr
62 #define th_msg th_data
  /external/iputils/
tftp.h 59 char th_data[1]; /* data or error string */ member in struct:tftphdr
65 #define th_msg th_data
tftpsubs.c 137 b->counter = read(fileno(file), dp->th_data, SEGSIZE);
141 p = dp->th_data;
160 b->counter = (int)(p - dp->th_data);
202 buf = dp->th_data;

Completed in 68 milliseconds