Searched refs:ip_debug (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/fm/modules/common/ip-transport/ |
H A D | ip.c | 132 ip_debug(int level, char *fmt, ...) in ip_debug() function 157 ip_debug(IP_DEBUG_FINE, "ip_fmdo_send failed: xp=NULL\n"); in ip_fmdo_send() 169 ip_debug(IP_DEBUG_FINE, "burping ipx %s", IPX_ID(ipx)); in ip_fmdo_send() 215 ip_debug(IP_DEBUG_FINE, in ip_fmdo_send() 225 ip_debug(IP_DEBUG_FINEST, "Sent event %d bytes to %s", in ip_fmdo_send() 287 ip_debug(IP_DEBUG_FINE, in ip_xprt_recv() 320 ip_debug(IP_DEBUG_FINER, "Enter ip_xprt_set_addr"); in ip_xprt_set_addr() 341 ip_debug(IP_DEBUG_FINE, "connection addr is %s on %p", in ip_xprt_set_addr() 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() [all …]
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | igmp.c | 361 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() 920 if (ip_debug > 1) { in mld_joingroup() 1251 if (ip_debug > 1) { in igmp_timeout_handler_per_ill() 1495 if (ip_debug > 1) { in mld_timeout_handler_per_ill() 2137 if (ip_debug > 1) { in mld_input() 2242 if (ip_debug > 1) { in mld_query_in()
|
H A D | ip_tunables.c | 172 ip_debug = (uint32_t)new_value; in ip_set_debug() 200 nbytes = snprintf(pval, psize, "%u", ip_debug); in ip_get_debug()
|
H A D | ip_ndp.c | 1662 if (ip_debug > 2) { in ndp_input_solicit() 1683 if (ip_debug > 2) { in ndp_input_solicit() 1709 if (ip_debug > 2) { in ndp_input_solicit() 1895 if (ip_debug > 2) { in ndp_input_advert() 2380 if (ip_debug > 3) { in nce_timer() 2443 if (ip_debug > 2) { in nce_timer()
|
H A D | ip6.c | 698 if (ip_debug > 2) { in icmp_inbound_too_big_v6() 4492 if (ip_debug > 0) { in pr_addr_dbg() 5045 if (ip_debug > 2) { in ipif_lookup_testaddr_v6()
|
H A D | ip.c | 756 int ip_debug; variable 14618 if (ip_debug > 2) { in ip_xmit() 14655 if (ip_debug > 3) { in ip_xmit()
|
/titanic_50/usr/src/uts/sparc/ip/ |
H A D | ip.global-objs.obj64 | 117 ip_debug
|
H A D | ip.global-objs.debug64 | 117 ip_debug
|
/titanic_50/usr/src/uts/intel/ip/ |
H A D | ip.global-objs.obj64 | 117 ip_debug
|
H A D | ip.global-objs.debug64 | 117 ip_debug
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | ip.h | 3176 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
|