OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TFTP_DATA
(Results
1 - 7
of
7
) sorted by null
/external/qemu/slirp/
tftp.h
9
#define
TFTP_DATA
3
tftp.c
240
tp->tp_op = htons(
TFTP_DATA
);
/external/qemu/slirp-android/
tftp.h
9
#define
TFTP_DATA
3
tftp.c
244
tp->tp_op = htons(
TFTP_DATA
);
/external/grub/netboot/
etherboot.h
229
#define
TFTP_DATA
3
fsys_tftp.c
189
else if (tr->opcode == ntohs (
TFTP_DATA
))
208
/* Neither TFTP_OACK nor
TFTP_DATA
. */
main.c
427
else if (tr->opcode == ntohs (
TFTP_DATA
))
438
/* Neither TFTP_OACK nor
TFTP_DATA
. */
Completed in 38 milliseconds