OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:netbuf
(Results
1 - 4
of
4
) sorted by relevancy
/src/common/include/rpc/
types.h
83
* The
netbuf
structure is defined here, because NetBSD only uses it inside
89
* The
netbuf
structure is used for transport-independent address storage.
91
struct
netbuf
{
struct
103
struct
netbuf
addr;
/src/external/bsd/ipf/dist/samples/
proxy.c
233
char
netbuf
[1024], outbuf[1024];
local
246
nrptr =
netbuf
;
247
nwptr =
netbuf
;
248
nsz = sizeof(
netbuf
);
257
if (nrptr -
netbuf
< sizeof(
netbuf
))
262
if (nsz < sizeof(
netbuf
))
270
i = read(in, nrptr, sizeof(
netbuf
) - (nrptr -
netbuf
));
305
if (nsz == sizeof(
netbuf
) || nwptr == nrptr)
[
all
...]
/src/lib/libc/net/
getnetnamadr.c
171
static char
netbuf
[PACKETSZ];
local
201
bp =
netbuf
;
202
ep =
netbuf
+ sizeof(
netbuf
);
/src/external/mpl/dhcp/dist/server/
mdb.c
798
char lowbuf [16], highbuf [16],
netbuf
[16];
local
807
strcpy (
netbuf
, piaddr (subnet -> net));
809
netbuf
, piaddr (subnet -> netmask));
831
strcpy(
netbuf
, piaddr(subnet->net));
833
lowbuf,
netbuf
, piaddr(subnet->netmask));
838
strcpy(
netbuf
, piaddr(subnet->net));
840
highbuf,
netbuf
, piaddr(subnet->netmask));
Completed in 32 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026