Searched refs:tftp_get_option (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.c168 static char *tftp_get_option(const char *option, char *buf, int len) function
556 res = tftp_get_option("blksize", &rbuf[2], len - 2);
567 res = tftp_get_option("tsize", &rbuf[2], len - 2);
802 res = tftp_get_option("blksize", opt_str, opt_len);
813 && tftp_get_option("tsize", opt_str, opt_len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dtftp.c168 static char *tftp_get_option(const char *option, char *buf, int len) function
556 res = tftp_get_option("blksize", &rbuf[2], len - 2);
567 res = tftp_get_option("tsize", &rbuf[2], len - 2);
802 res = tftp_get_option("blksize", opt_str, opt_len);
813 && tftp_get_option("tsize", opt_str, opt_len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dtftp.c168 static char *tftp_get_option(const char *option, char *buf, int len) function
556 res = tftp_get_option("blksize", &rbuf[2], len - 2);
567 res = tftp_get_option("tsize", &rbuf[2], len - 2);
802 res = tftp_get_option("blksize", opt_str, opt_len);
813 && tftp_get_option("tsize", opt_str, opt_len)

Completed in 119 milliseconds