Home
last modified time | relevance | path

Searched refs:tftp_blksize (Results 1 – 6 of 6) sorted by relevance

/curl/src/
H A Dtool_cfgable.h244 long tftp_blksize; /* TFTP BLKSIZE option */ member
H A Dtool_operate.c1609 if(config->tftp_blksize && proto_tftp) in config2setopts()
1610 my_setopt(curl, CURLOPT_TFTP_BLKSIZE, config->tftp_blksize); in config2setopts()
H A Dtool_getparam.c1618 err = str2unum(&config->tftp_blksize, nextarg); in getparameter()
/curl/lib/
H A Dtftp.c978 if(data->set.tftp_blksize) in tftp_connect()
980 blksize = (int)data->set.tftp_blksize; in tftp_connect()
H A Durldata.h1629 long tftp_blksize; /* in bytes, 0 means use default */ member
H A Dsetopt.c412 data->set.tftp_blksize = arg; in setopt_long()

Completed in 59 milliseconds