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

/freebsd-13-stable/usr.sbin/fwcontrol/
H A Dfwmpegts.c151 #define RBUFSIZE (PSIZE * NPACKET_R) macro
174 buf = malloc(RBUFSIZE);
193 len = tlen = read(d, buf, RBUFSIZE);
H A Dfwdv.c92 #define RBUFSIZE (PSIZE * NPACKET_R) macro
117 buf = malloc(RBUFSIZE);
142 /* RBUFSIZE - tlen */)) > 0) {
153 if ((RBUFSIZE - tlen) < PSIZE)
157 tlen = len = read(d, buf, RBUFSIZE);

Completed in 36 milliseconds