OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BUFSPACE
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/bsd/ipf/dist/ipsend/
slinux.c
37
#define
BUFSPACE
(4*CHUNKSIZE)
sdlpi.c
55
#define
BUFSPACE
(4*CHUNKSIZE)
snit.c
48
#define
BUFSPACE
(4*CHUNKSIZE)
/src/external/bsd/ipf/dist/ipsd/
slinux.c
34
#define
BUFSPACE
32768
67
static u_char buf[
BUFSPACE
];
78
cc = recvfrom(fd, buf,
BUFSPACE
, 0, &dest, &dlen);
sdlpi.c
45
#define
BUFSPACE
32768
86
static u_char buf[
BUFSPACE
];
158
int i, offset, fd, snaplen= 58, chunksize =
BUFSPACE
;
snit.c
45
#define
BUFSPACE
32768
80
static u_char buf[
BUFSPACE
];
87
while ((cc = read(fd, buf,
BUFSPACE
-1)) >= 0) {
126
int ret, offset, fd, snaplen= 76, chunksize =
BUFSPACE
;
/src/external/bsd/libpcap/dist/
pcap-enet.c
45
#define
BUFSPACE
(4*1024)
64
u_char p[
BUFSPACE
];
185
ctl.en_maxlen =
BUFSPACE
;
pcap-nit.c
67
#define
BUFSPACE
(4*CHUNKSIZE)
236
nioc.nioc_bufspace =
BUFSPACE
;
326
p->bufsize =
BUFSPACE
;
pcap-snit.c
79
#define
BUFSPACE
(4*CHUNKSIZE)
417
p->bufsize =
BUFSPACE
;
pcap-pf.c
95
*
BUFSPACE
is the size in bytes of the packet read buffer. Most tcpdump
100
#define
BUFSPACE
(200 * 256)
511
p->bufsize =
BUFSPACE
;
/src/external/bsd/am-utils/dist/amd/
opts.c
54
* The
BUFSPACE
macros checks that there is enough space
59
#define
BUFSPACE
(ep, len) (((ep) + (len)) < expbuf+MAXPATHLEN)
1049
if (
BUFSPACE
(ep, len)) {
1052
* semantics.
BUFSPACE
guarantees that ep can hold len.
1066
if (
BUFSPACE
(ep, 1)) {
1145
* use of the
BUFSPACE
macro above guarantees the safe use of
1238
if (
BUFSPACE
(ep, vlen+1)) {
1273
if (
BUFSPACE
(ep, vlen+1)) {
1305
if (
BUFSPACE
(ep, vlen+1)) {
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026