4 #include <sys/socket.h>
10 #include <libubox/list.h>
11 #include <libubox/uloop.h>
17 #define DPRINTF(format, ...) fprintf(stderr, "%s(%d): " format, __func__, __LINE__, ## __VA_ARGS__)
19 #define DPRINTF(...) do {} while(0)
25 extern struct uci_context *uci_ctx;
26 extern bool config_init;
28 int avl_strcmp(const void *k1, const void *k2, void *ptr);
29 void config_init_interfaces(const char *name);