Searched refs:ipsecesp_debug (Results 1 – 1 of 1) sorted by relevance
98 #define ipsecesp_debug ipsecesp_params[0].ipsecesp_param_value macro127 #define esp1dbg(espstack, a) if (espstack->ipsecesp_debug != 0) printf a128 #define esp2dbg(espstack, a) if (espstack->ipsecesp_debug > 1) printf a129 #define esp3dbg(espstack, a) if (espstack->ipsecesp_debug > 2) printf a