Searched refs:CBUFSIZ (Results 1 - 2 of 2) sorted by path

/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dbcmutils.c515 #define CBUFSIZ (CLEN+4) macro
527 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL);
534 *(buf + j*CBUFSIZ + (k+l)) = (j+k) & 0xff;
538 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE);
543 MFREE(buf, CBUFSIZ*CNBUFS);
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmutils.c1546 #define CBUFSIZ (CLEN+4) macro
1558 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL);
1565 *(buf + j*CBUFSIZ + (k+l)) = (j+k) & 0xff;
1569 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE);
1574 MFREE(buf, CBUFSIZ*CNBUFS);

Completed in 130 milliseconds