OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alignbytes
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/compat/net/
__cmsg_alignbytes.c
46
static int
alignbytes
= -1;
local in function:__cmsg_alignbytes
53
if (
alignbytes
> 0)
54
return
alignbytes
;
59
len = sizeof(
alignbytes
);
61
(void *)&
alignbytes
, &len, NULL, (size_t)0);
62
if (ret >= 0 &&
alignbytes
>= 0)
63
return
alignbytes
;
66
alignbytes
=
ALIGNBYTES
;
67
return
alignbytes
;
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025