Searched refs:BOOT_BUF_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhysdn_pof.h16 #define BOOT_BUF_SIZE 0x1000 /* =4096, maybe moved to other h file */ macro
H A Dhysdn_boot.c43 unsigned char BootBuf[BOOT_BUF_SIZE];/* buffer as byte count */
222 if (boot->pof_reclen < BOOT_BUF_SIZE)
225 boot->last_error = BOOT_BUF_SIZE; /* maximum */
248 if (boot->pof_reclen - boot->pof_recoffset < BOOT_BUF_SIZE)
251 boot->last_error = BOOT_BUF_SIZE; /* maximum */

Completed in 41 milliseconds