lacp_dprintf
lacp_dprintf(lp, "%s: state= 0x%x, selected= 0x%x, "
lacp_dprintf(lp, "Interface stopped DISTRIBUTING, possible flapping\n");
static void lacp_dprintf(const struct lacp_port *, const char *, ...)
#define LACP_DPRINTF(a) if (lacp_debug & 0x01) { lacp_dprintf a ; }
#define LACP_TRACE(a) if (lacp_debug & 0x02) { lacp_dprintf(a,"%s\n",__func__); }
#define LACP_TPRINTF(a) if (lacp_debug & 0x04) { lacp_dprintf a ; }
lacp_dprintf(lp, "lacpdu receive\n");
lacp_dprintf(lp, "lacpdu transmit\n");