Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c132 ip_debug(int level, char *fmt, ...) in ip_debug() function
215 ip_debug(IP_DEBUG_FINE, in ip_fmdo_send()
287 ip_debug(IP_DEBUG_FINE, in ip_xprt_recv()
351 ip_debug(IP_DEBUG_FINER, "Enter ip_xprt_auth"); in ip_xprt_auth()
366 ip_debug(IP_DEBUG_FINE, "ip_authority %s=%s\n", in ip_xprt_auth()
383 ip_debug(IP_DEBUG_FINER, "Enter ip_xprt_accept"); in ip_xprt_accept()
452 ip_debug(IP_DEBUG_FINER, "Enter ip_xprt_thread"); in ip_xprt_thread()
482 ip_debug(IP_DEBUG_FINE, in ip_xprt_thread()
493 ip_debug(IP_DEBUG_FINE, "connect fd %d ipx %p", in ip_xprt_thread()
670 ip_debug(IP_DEBUG_FINER, "Exit ip_xprt_setup"); in ip_xprt_setup()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c361 if (ip_debug > 1) in igmp_input()
403 if (ip_debug > 1) { in igmp_input()
567 if (ip_debug > 1) { in igmp_query_in()
838 if (ip_debug > 1) { in igmp_joingroup()
919 if (ip_debug > 1) { in mld_joingroup()
1250 if (ip_debug > 1) { in igmp_timeout_handler_per_ill()
1494 if (ip_debug > 1) { in mld_timeout_handler_per_ill()
2136 if (ip_debug > 1) { in mld_input()
2241 if (ip_debug > 1) { in mld_query_in()
H A Dip_tunables.c172 ip_debug = (uint32_t)new_value; in ip_set_debug()
200 nbytes = snprintf(pval, psize, "%u", ip_debug); in ip_get_debug()
H A Dip_ndp.c1896 if (ip_debug > 2) { in ndp_input_solicit()
1917 if (ip_debug > 2) { in ndp_input_solicit()
1943 if (ip_debug > 2) { in ndp_input_solicit()
2129 if (ip_debug > 2) { in ndp_input_advert()
2614 if (ip_debug > 3) { in nce_timer()
2677 if (ip_debug > 2) { in nce_timer()
H A Dip6.c712 if (ip_debug > 2) { in icmp_inbound_too_big_v6()
4391 if (ip_debug > 0) { in pr_addr_dbg()
4944 if (ip_debug > 2) { in ipif_lookup_testaddr_v6()
H A Dip.c759 int ip_debug; variable
14671 if (ip_debug > 2) { in ip_xmit()
14708 if (ip_debug > 3) { in ip_xmit()
/illumos-gate/usr/src/uts/intel/ip/
H A Dip.global-objs.debug64117 ip_debug
H A Dip.global-objs.obj64117 ip_debug
/illumos-gate/usr/src/uts/sparc/ip/
H A Dip.global-objs.debug64117 ip_debug
H A Dip.global-objs.obj64117 ip_debug
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h3181 extern int ip_debug;
3191 #define ip1dbg(a) if (ip_debug > 2) printf a
3192 #define ip2dbg(a) if (ip_debug > 3) printf a
3193 #define ip3dbg(a) if (ip_debug > 4) printf a