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

/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c132 ip_debug(int level, char *fmt, ...) function
157 ip_debug(IP_DEBUG_FINE, "ip_fmdo_send failed: xp=NULL\n");
169 ip_debug(IP_DEBUG_FINE, "burping ipx %s", IPX_ID(ipx));
215 ip_debug(IP_DEBUG_FINE,
225 ip_debug(IP_DEBUG_FINEST, "Sent event %d bytes to %s",
287 ip_debug(IP_DEBUG_FINE,
320 ip_debug(IP_DEBUG_FINER, "Enter ip_xprt_set_addr");
341 ip_debug(IP_DEBUG_FINE, "connection addr is %s on %p",
351 ip_debug(IP_DEBUG_FINER, "Enter ip_xprt_auth");
366 ip_debug(IP_DEBUG_FIN
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c361 if (ip_debug > 1)
403 if (ip_debug > 1) {
567 if (ip_debug > 1) {
838 if (ip_debug > 1) {
920 if (ip_debug > 1) {
1251 if (ip_debug > 1) {
1495 if (ip_debug > 1) {
2137 if (ip_debug > 1) {
2242 if (ip_debug > 1) {
H A Dip_tunables.c156 * `ip_debug' is a global variable. So, we will be modifying the global
172 ip_debug = (uint32_t)new_value;
177 * ip_debug is a global property. For default, permission and value range
179 * retrieve the value from the global variable `ip_debug'
200 nbytes = snprintf(pval, psize, "%u", ip_debug);
923 * The following entry is a placeholder for `ip_debug' global
H A Dip_ndp.c1662 if (ip_debug > 2) {
1683 if (ip_debug > 2) {
1709 if (ip_debug > 2) {
1895 if (ip_debug > 2) {
2380 if (ip_debug > 3) {
2443 if (ip_debug > 2) {
H A Dip6.c698 if (ip_debug > 2) {
4492 if (ip_debug > 0) {
5045 if (ip_debug > 2) {
H A Dip.c756 int ip_debug; variable
14618 if (ip_debug > 2) {
14655 if (ip_debug > 3) {
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h3176 extern int ip_debug;
3186 #define ip1dbg(a) if (ip_debug > 2) printf a
3187 #define ip2dbg(a) if (ip_debug > 3) printf a
3188 #define ip3dbg(a) if (ip_debug > 4) printf a

Completed in 422 milliseconds