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