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

/freebsd-current/usr.sbin/fwcontrol/
H A Dfwmpegts.c146 #define RBUFSIZE (PSIZE * NPACKET_R) macro
169 buf = malloc(RBUFSIZE);
188 len = tlen = read(d, buf, RBUFSIZE);
H A Dfwdv.c86 #define RBUFSIZE (PSIZE * NPACKET_R) macro
111 buf = malloc(RBUFSIZE);
136 /* RBUFSIZE - tlen */)) > 0) {
147 if ((RBUFSIZE - tlen) < PSIZE)
151 tlen = len = read(d, buf, RBUFSIZE);

Completed in 107 milliseconds