OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rounded_len
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
print-nfs.c
431
u_int len,
rounded_len
;
local
447
rounded_len
= roundup2(len, 4);
448
ND_TCHECK_LEN(dp + 2,
rounded_len
);
449
if (2 * sizeof(*dp) +
rounded_len
<= length) {
457
length -= 2 * sizeof(*dp) +
rounded_len
;
471
rounded_len
= roundup2(len, 4);
472
ND_TCHECK_LEN(dp + 2,
rounded_len
);
473
if (2 * sizeof(*dp) +
rounded_len
< length) {
519
uint32_t len,
rounded_len
;
local
532
rounded_len
= roundup2(len, 4)
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026