OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SR6_FLAG1_HMAC
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
seg6.h
36
#define
SR6_FLAG1_HMAC
(1 << 3)
42
#define sr_has_hmac(srh) ((srh)->flags &
SR6_FLAG1_HMAC
)
/external/iproute2/include/uapi/linux/
seg6.h
39
#define
SR6_FLAG1_HMAC
(1 << 3)
47
#define sr_has_hmac(srh) ((srh)->flags &
SR6_FLAG1_HMAC
)
/external/kernel-headers/original/uapi/linux/
seg6.h
39
#define
SR6_FLAG1_HMAC
(1 << 3)
47
#define sr_has_hmac(srh) ((srh)->flags &
SR6_FLAG1_HMAC
)
Completed in 1635 milliseconds