Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c136 #define spds_debug spds_params[4].spdsock_param_value macro
140 #define ss1dbg(spds, a) if (spds->spds_debug != 0) printf a
141 #define ss2dbg(spds, a) if (spds->spds_debug > 1) printf a
142 #define ss3dbg(spds, a) if (spds->spds_debug > 2) printf a