Home
last modified time | relevance | path

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

/titanic_54/usr/src/uts/common/inet/ip/
H A Dipsecah.c98 #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