lacp_dprintf
void lacp_dprintf(const struct lacp_port *, const char *, ...)
#define LACP_DPRINTF(a) if (lacpdebug) lacp_dprintf a
lacp_dprintf(lsc, lacpp, "lacpdu received\n");
lacp_dprintf(lsc, lacpp, "markerdu reply\n");
lacp_dprintf(lsc, lacpp, "markerdu received\n");
lacp_dprintf(lsc, lacpp, "lacpdu transmit\n");
static void lacp_dprintf(const struct lacp_softc *,
#define LACP_DPRINTF(a) do { lacp_dprintf a; } while (/*CONSTCOND*/ 0)
lacp_dprintf(lsc, lacpp, "markerdu transmit\n");