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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c698 char *tftp_options[128] = { 0 }; local
710 tftp_options[option_idx] = val;
727 if (strcasecmp(tftp_options[i], "blksize") == 0) {
730 tftp_set_blksize(h, tftp_options[i + 1]);
731 } else if (strcasecmp(tftp_options[i], "tsize") == 0) {
733 tsize = strtol(tftp_options[i + 1], (char **)NULL, 10);
738 printf("unexpected tftp option '%s'\n", tftp_options[i]);

Completed in 58 milliseconds