MACFILTER_DEBUG
#define MACFILTER_DEBUG(fmt, ...) printf("%s:%d: " fmt "\n", __FUNCTION__, __LINE__, __VA_ARGS__)
#define MACFILTER_DEBUG(fmt, ...)