Searched refs:TFTP_OPT_GET (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dtftp.c55 TFTP_OPT_GET = (1 << 0), enumerator in enum:__anon35457
74 #define CMD_GET(cmd) ((cmd) & TFTP_OPT_GET)
828 IF_GETPUT(option_mask32 |= TFTP_OPT_GET;) /* will receive file's data */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dtftp.c55 TFTP_OPT_GET = (1 << 0), enumerator in enum:__anon527
74 #define CMD_GET(cmd) ((cmd) & TFTP_OPT_GET)
828 IF_GETPUT(option_mask32 |= TFTP_OPT_GET;) /* will receive file's data */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dtftp.c55 TFTP_OPT_GET = (1 << 0), enumerator in enum:__anon1432
74 #define CMD_GET(cmd) ((cmd) & TFTP_OPT_GET)
828 IF_GETPUT(option_mask32 |= TFTP_OPT_GET;) /* will receive file's data */

Completed in 179 milliseconds