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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c701 int option_idx = 0; local
707 while (option_idx < 128 && i < len) {
710 tftp_options[option_idx] = val;
712 ++option_idx;
726 for (i = 0; i < option_idx; i += 2) {
728 if (i + 1 < option_idx)
732 if (i + 1 < option_idx)

Completed in 46 milliseconds