OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alignedlen
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/fs/nfs/common/
bootp_subr.c
1212
int
alignedlen
;
local
1215
alignedlen
= ( len + 3 ) & ~3;
1217
if (m->m_len <
alignedlen
) {
1218
m = m_pullup(m,
alignedlen
);
1225
m_adj(m,
alignedlen
);
Completed in 19 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026