OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XFRM_MSG_MAX
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
xfrm.h
187
#define
XFRM_MSG_MAX
(__XFRM_MSG_MAX - 1)
188
#define XFRM_NR_MSGTYPES (
XFRM_MSG_MAX
+ 1 - XFRM_MSG_BASE)
/external/iproute2/include/uapi/linux/
xfrm.h
220
#define
XFRM_MSG_MAX
(__XFRM_MSG_MAX - 1)
222
#define XFRM_NR_MSGTYPES (
XFRM_MSG_MAX
+ 1 - XFRM_MSG_BASE)
/external/kernel-headers/original/uapi/linux/
xfrm.h
220
#define
XFRM_MSG_MAX
(__XFRM_MSG_MAX - 1)
222
#define XFRM_NR_MSGTYPES (
XFRM_MSG_MAX
+ 1 - XFRM_MSG_BASE)
Completed in 47 milliseconds