Searched defs:PFKEY_ALIGN8 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/dist/ipsec-tools/src/include-glibc/net/
H A Dpfkeyv2.h61 #define PFKEY_ALIGN8(a) (1 + (((a) - 1) | (8 - 1))) macro
/netbsd-current/sys/net/
H A Dpfkeyv2.h533 #define PFKEY_ALIGN8(a) (1 + (((a) - 1) | (8 - 1))) macro

Completed in 175 milliseconds