Searched refs:ipsecah_debug (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c83 { 0, 3, 0, "ipsecah_debug"},
98 #define ipsecah_debug ipsecah_params[0].ipsecah_param_value macro
115 #define ah1dbg(ahstack, a) if (ahstack->ipsecah_debug != 0) printf a
116 #define ah2dbg(ahstack, a) if (ahstack->ipsecah_debug > 1) printf a
117 #define ah3dbg(ahstack, a) if (ahstack->ipsecah_debug > 2) printf a

Completed in 117 milliseconds