Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dkeysock.c141 #define keystack_debug keystack_params[4].keysock_param_value macro
145 #define ks1dbg(keystack, a) if (keystack->keystack_debug != 0) printf a
146 #define ks2dbg(keystack, a) if (keystack->keystack_debug > 1) printf a
147 #define ks3dbg(keystack, a) if (keystack->keystack_debug > 2) printf a