OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_SS_ALIGNSIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntp_rfc2553.h
110
#if !defined(_SS_MAXSIZE) && !defined(
_SS_ALIGNSIZE
)
113
# define
_SS_ALIGNSIZE
(sizeof(ntp_uint64_t))
115
# define _SS_PAD1SIZE (
_SS_ALIGNSIZE
- sizeof(u_char) - sizeof(ntp_u_int8_t))
117
_SS_PAD1SIZE -
_SS_ALIGNSIZE
)
119
# define _SS_PAD1SIZE (
_SS_ALIGNSIZE
- sizeof(short))
121
_SS_PAD1SIZE -
_SS_ALIGNSIZE
)
/src/sys/sys/
socket.h
295
#define
_SS_ALIGNSIZE
(sizeof(__int64_t))
296
#define _SS_PAD1SIZE (
_SS_ALIGNSIZE
- 2)
297
#define _SS_PAD2SIZE (_SS_MAXSIZE - 2 - _SS_PAD1SIZE -
_SS_ALIGNSIZE
)
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026