HomeSort by relevance Sort by last modified time
    Searched refs:tftp_blksize (Results 1 - 8 of 8) sorted by null

  /external/syslinux/core/fs/pxe/
tftp.c 105 buf_len = socket->tftp_blksize + 4;
158 if (buffersize < socket->tftp_blksize) {
273 socket->tftp_blksize = TFTP_BLOCKSIZE;
383 socket->tftp_blksize = opdata;
391 if (socket->tftp_blksize < 64 || socket->tftp_blksize > PKTBUF_SIZE)
395 socket->tftp_pktbuf = malloc(socket->tftp_blksize + 4);
pxe.h 140 uint32_t tftp_blksize; /* Block size for this connection(*) */ member in struct:pxe_pvt_inode
  /external/curl/src/
tool_cfgable.h 209 long tftp_blksize; /* TFTP BLKSIZE option */ member in struct:OperationConfig
tool_operate.c     [all...]
tool_getparam.c     [all...]
  /external/curl/lib/
tftp.c 981 if(conn->data->set.tftp_blksize) {
982 blksize = (int)conn->data->set.tftp_blksize;
    [all...]
urldata.h 1526 long tftp_blksize; \/* in bytes, 0 means use default *\/ member in struct:UserDefined
    [all...]
setopt.c 297 data->set.tftp_blksize = arg;
    [all...]

Completed in 107 milliseconds