Searched refs:ISAKMP_ATTR_MAKE (Results 1 – 2 of 2) sorted by relevance
45 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()
57 #define ISAKMP_ATTR_MAKE(fmt, type) (((fmt) << 15) | (type)) macro