Searched refs:WRQ (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/arpa/
H A Dtftp.h50 #define WRQ 02 /* write request */ macro
/macosx-10.10/tcpdump-61/tcpdump/
H A Dtftp.h49 #define WRQ 02 /* write request */ macro
H A Dprint-tftp.c50 { WRQ, "WRQ" }, /* write request */
100 case WRQ:
111 /* Print the mode (RRQ and WRQ only) and any options */
/macosx-10.10/network_cmds-457/kdumpd.tproj/
H A Dkdump.h75 #define WRQ 2 /* write request */ macro
H A Dkdumpd.c307 if (tp->th_opcode == WRQ)
386 tp->th_opcode == WRQ ? "write" : "read",
399 if (tp->th_opcode == WRQ)
/macosx-10.10/remote_cmds-47/tftpd.tproj/
H A Dtftpd.c419 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
442 tp->th_opcode == WRQ ? "write" : "read",
450 tp->th_opcode == WRQ ? "write" : "read",
478 tp->th_opcode == WRQ ? "write" : "read",
486 tp->th_opcode == WRQ ? "write" : "read",
531 tp->th_opcode == WRQ ? "write" : "read",
539 tp->th_opcode == WRQ ? "write" : "read",
547 * We will report this later -- either replying with the fsize (WRQ)
689 tp->th_opcode == WRQ ? "write" : "read",
718 if (tp->th_opcode == WRQ)
[all...]
/macosx-10.10/remote_cmds-47/tftp.tproj/
H A Dtftp.c199 size = makerequest(WRQ, name, dp, mode, filesize) - 4;
581 { "#0", "RRQ", "WRQ", "DATA", "ACK", "ERROR", "OACK" };
593 case WRQ:

Completed in 105 milliseconds