OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TFTP_BLOCKSIZE
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/core/fs/pxe/
tftp.h
29
#define
TFTP_BLOCKSIZE
(1 << TFTP_BLOCKSIZE_LG2)
tftp.c
273
socket->tftp_blksize =
TFTP_BLOCKSIZE
;
305
if (buffersize >
TFTP_BLOCKSIZE
)
308
socket->tftp_pktbuf = malloc(
TFTP_BLOCKSIZE
+ 4);
312
if (buffersize <
TFTP_BLOCKSIZE
) {
/external/syslinux/core/
pxelinux.asm
37
TFTP_BLOCKSIZE
equ (1 << TFTP_BLOCKSIZE_LG2)
40
SECTOR_SIZE equ
TFTP_BLOCKSIZE
Completed in 103 milliseconds