OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RRQ
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
tftp.h
43
#define
RRQ
01 /* read request */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
tftp.h
43
#define
RRQ
01 /* read request */
/external/tcpdump/
print-tftp.c
43
#define
RRQ
01 /* read request */
81
{
RRQ
, "
RRQ
" }, /* read request */
131
case
RRQ
:
143
/* Print the mode (
RRQ
and WRQ only) and any options */
/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 464 milliseconds