| D | attr.h | 165 #define NLA_PUT(msg, attrtype, attrlen, data) \ argument 179 #define NLA_PUT_TYPE(msg, type, attrtype, value) \ argument 191 #define NLA_PUT_S8(msg, attrtype, value) \ argument 200 #define NLA_PUT_U8(msg, attrtype, value) \ argument 209 #define NLA_PUT_S16(msg, attrtype, value) \ argument 218 #define NLA_PUT_U16(msg, attrtype, value) \ argument 227 #define NLA_PUT_S32(msg, attrtype, value) \ argument 236 #define NLA_PUT_U32(msg, attrtype, value) \ argument 245 #define NLA_PUT_S64(msg, attrtype, value) \ argument 254 #define NLA_PUT_U64(msg, attrtype, value) \ argument [all …]
|