D | attr.h | 145 #define NLA_PUT(msg, attrtype, attrlen, data) \ argument 159 #define NLA_PUT_TYPE(msg, type, attrtype, value) \ argument 171 #define NLA_PUT_U8(msg, attrtype, value) \ argument 180 #define NLA_PUT_U16(msg, attrtype, value) \ argument 189 #define NLA_PUT_U32(msg, attrtype, value) \ argument 198 #define NLA_PUT_U64(msg, attrtype, value) \ argument 207 #define NLA_PUT_STRING(msg, attrtype, value) \ argument 215 #define NLA_PUT_FLAG(msg, attrtype) \ argument 224 #define NLA_PUT_MSECS(msg, attrtype, msecs) \ argument 233 #define NLA_PUT_ADDR(msg, attrtype, addr) \ argument [all …]
|