Home
last modified time | relevance | path

Searched refs:TFTP_BLOCKSIZE (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/fs/pxe/
Dtftp.c273 socket->tftp_blksize = TFTP_BLOCKSIZE; in tftp_open()
305 if (buffersize > TFTP_BLOCKSIZE) in tftp_open()
308 socket->tftp_pktbuf = malloc(TFTP_BLOCKSIZE + 4); in tftp_open()
312 if (buffersize < TFTP_BLOCKSIZE) { in tftp_open()
Dtftp.h29 #define TFTP_BLOCKSIZE (1 << TFTP_BLOCKSIZE_LG2) macro
/external/syslinux/core/
Dpxelinux.asm37 TFTP_BLOCKSIZE equ (1 << TFTP_BLOCKSIZE_LG2) define
40 SECTOR_SIZE equ TFTP_BLOCKSIZE