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

/freebsd-9.3-release/lib/libstand/
H A Dtftp.c678 int option_idx = 0; local
684 while (option_idx < 128 && i < len) {
687 tftp_options[option_idx] = val;
689 ++option_idx;
703 for (i = 0; i < option_idx; i += 2) {
705 if (i + 1 < option_idx)
709 if (i + 1 < option_idx)

Completed in 103 milliseconds