OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RBUFSIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/fwctl/
fwmpegts.c
138
#define
RBUFSIZE
(PSIZE * NPACKET_R)
161
buf = malloc(
RBUFSIZE
);
180
len = tlen = read(d, buf,
RBUFSIZE
);
fwdv.c
87
#define
RBUFSIZE
(PSIZE * NPACKET_R)
112
buf = malloc(
RBUFSIZE
);
143
/*
RBUFSIZE
- tlen */)) > 0) {
155
if ((
RBUFSIZE
- tlen) < PSIZE)
159
tlen = len = read(d, buf,
RBUFSIZE
);
Completed in 12 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025