BLOBMSG_TYPE_UNSPEC, BLOBMSG_TYPE_ARRAY, BLOBMSG_TYPE_TABLE, BLOBMSG_TYPE_STRING, BLOBMSG_TYPE_INT64, BLOBMSG_TYPE_INT32, BLOBMSG_TYPE_INT16, BLOBMSG_TYPE_INT8, __BLOBMSG_TYPE_LAST, BLOBMSG_TYPE_LAST= __BLOBMSG_TYPE_LAST -1, BLOBMSG_TYPE_BOOL=BLOBMSG_TYPE_INT8, };structblobmsg_hdr { u...
2:BLOBMSG_TYPE_UNSPEC, 3:BLOBMSG_TYPE_ARRAY, 4:BLOBMSG_TYPE_TABLE, 5:BLOBMSG_TYPE_STRING, 6:BLOBMSG_TYPE_INT64, 7:BLOBMSG_TYPE_INT32, 8:BLOBMSG_TYPE_INT16, 9:BLOBMSG_TYPE_INT8, 10:__BLOBMSG_TYPE_LAST, 11:BLOBMSG_TYPE_LAST = __BLOBMSG_TYPE_LAST - 1, 12:BLOBMSG_TYPE_BOOL = BLOB...
blobmsg_add_field(b, BLOBMSG_TYPE_UNSPEC, name, NULL, 0); break; default: return false; } return ret; } static bool __blobmsg_add_json(struct blob_buf *b, json_object *obj) { bool ret = false; if (!obj) return false; if (json_object_get_type(obj) != json...
2:BLOBMSG_TYPE_UNSPEC, 3:BLOBMSG_TYPE_ARRAY, 4:BLOBMSG_TYPE_TABLE, 5:BLOBMSG_TYPE_STRING, 6:BLOBMSG_TYPE_INT64, 7:BLOBMSG_TYPE_INT32, 8:BLOBMSG_TYPE_INT16, 9:BLOBMSG_TYPE_INT8, 10:__BLOBMSG_TYPE_LAST, 11:BLOBMSG_TYPE_LAST = __BLOBMSG_TYPE_LAST - 1, 12:BLOBMSG_TYPE_BOOL = BLOB...