OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RRQ
(Results
1 - 7
of
7
) sorted by null
/external/tcpdump/
tftp.h
48
#define
RRQ
01 /* read request */
print-tftp.c
49
{
RRQ
, "
RRQ
" }, /* read request */
99
case
RRQ
:
119
/* Print the mode (
RRQ
and WRQ only) and any options */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
tftp.h
43
#define
RRQ
01 /* read request */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
tftp.h
43
#define
RRQ
01 /* read request */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
tftp.h
43
#define
RRQ
01 /* read request */
/external/iputils/
tftp.h
46
#define
RRQ
01 /* read request */
tftpd.c
200
if (tp->th_opcode ==
RRQ
|| tp->th_opcode == WRQ)
310
if (mode ==
RRQ
) {
321
fd = open(filename, mode ==
RRQ
? 0 : 1);
326
file = fdopen(fd, (mode ==
RRQ
)? "r":"w");
Completed in 3695 milliseconds