OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEGSIZE
(Results
1 - 9
of
9
) 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
tftp.h
38
#define
SEGSIZE
512 /* data segment size */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
tftp.h
38
#define
SEGSIZE
512 /* data segment size */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 28 milliseconds