Ubus
OpenWrt system message/RPC bus.
|
#include <stdbool.h>
Go to the source code of this file.
Macros | |
#define | UBUS_SIGNATURE_METHOD (BLOBMSG_TYPE_LAST + 1) |
#define | UBUS_SIGNATURE_END (BLOBMSG_TYPE_LAST + 2) |
Functions | |
static bool | ubus_strmatch_len (const char *s1, const char *s2, int *len) |
#define UBUS_SIGNATURE_END (BLOBMSG_TYPE_LAST + 2) |
Definition at line 20 of file ubus_common.h.
#define UBUS_SIGNATURE_METHOD (BLOBMSG_TYPE_LAST + 1) |
Definition at line 19 of file ubus_common.h.
|
inlinestatic |