Home
last modified time | relevance | path

Searched refs:ISAKMP_ATTR_MAKE (Results 1 – 2 of 2) sorted by relevance

/openbsd/sbin/isakmpd/
H A Dattribute.c45 SET_ISAKMP_ATTR_TYPE(buf, ISAKMP_ATTR_MAKE(1, type)); in attribute_set_basic()
54 SET_ISAKMP_ATTR_TYPE(buf, ISAKMP_ATTR_MAKE(0, type)); in attribute_set_var()
H A Disakmp.h57 #define ISAKMP_ATTR_MAKE(fmt, type) (((fmt) << 15) | (type)) macro