Searched refs:tftp_option_get (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtftp.c78 static char *tftp_option_get(char *buf, int len, const char *option) function
304 res = tftp_option_get(&rbuf[2], len - 2, "blksize");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtftp.c318 static const char *tftp_option_get(const char *buf, size_t len, function
352 tmp = tftp_option_get(tmp, ptr + len - tmp, &option, &value);

Completed in 62 milliseconds