Searched refs:tftp_options (Results 1 – 1 of 1) sorted by relevance
838 char *tftp_options[128] = { 0 }; in tftp_parse_oack() local850 tftp_options[option_idx] = val; in tftp_parse_oack()867 if (strcasecmp(tftp_options[i], "blksize") == 0) { in tftp_parse_oack()870 tftp_set_blksize(h, tftp_options[i + 1]); in tftp_parse_oack()871 } else if (strcasecmp(tftp_options[i], "tsize") == 0) { in tftp_parse_oack()873 tsize = strtol(tftp_options[i + 1], NULL, 10); in tftp_parse_oack()882 tftp_options[i]); in tftp_parse_oack()