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

  /external/tcpdump/
tftp.h 43 #define SEGSIZE 512 /* data segment size */
print-tftp.c 35 #ifdef SEGSIZE
36 #undef SEGSIZE /* SINIX sucks */
print-udp.c 33 #ifdef SEGSIZE
34 #undef SEGSIZE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
tftp.h 38 #define SEGSIZE 512 /* data segment size */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
tftp.h 38 #define SEGSIZE 512 /* data segment size */
  /external/iputils/
tftp.h 41 #define SEGSIZE 512 /* data segment size */
tftpsubs.c 59 #define PKTSIZE SEGSIZE+4 /* should be moved to tftp.h */
69 /* [-1 .. SEGSIZE] = size of data in the data buffer */
137 b->counter = read(fileno(file), dp->th_data, SEGSIZE);
142 for (i = 0 ; i < SEGSIZE; i++) {
tftpd.c 83 #define PKTSIZE SEGSIZE+4
406 } while (size == SEGSIZE);
473 } while (size == SEGSIZE);

Completed in 302 milliseconds