Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dkeysock.c136 #define keystack_debug keystack_params[4].keysock_param_value macro
140 #define ks1dbg(keystack, a) if (keystack->keystack_debug != 0) printf a
141 #define ks2dbg(keystack, a) if (keystack->keystack_debug > 1) printf a
142 #define ks3dbg(keystack, a) if (keystack->keystack_debug > 2) printf a