Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet6/
H A Dnd6.h130 if (nd6_debug >= 3) {\
765 extern int nd6_debug;
772 #define nd6log(type, ...) do { if (nd6_debug >= 1) os_log_##type(OS_LOG_DEFAULT, ##__VA_ARGS_…
773 #define nd6log2(type, ...) do { if (nd6_debug >= 2) os_log_##type(OS_LOG_DEFAULT, ##__VA_ARGS_…
774 #define nd6log3(type, ...) do { if (nd6_debug >= 3) os_log_##type(OS_LOG_DEFAULT, ##__VA_ARGS_…
775 #define nd6log4(type, ...) do { if (nd6_debug >= 4) os_log_##type(OS_LOG_DEFAULT, ##__VA_ARGS_…
H A Din6_proto.c701 SYSCTL_PROC(_net_inet6_icmp6, ICMPV6CTL_ND6_DEBUG, nd6_debug,
702 CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_ANYBODY | CTLFLAG_LOCKED, &nd6_debug, 0,
710 int old_value = nd6_debug;
739 nd6_debug = value;
744 "and error is %d\n", proc_name_string, __func__, nd6_debug, error);
H A Dnd6.c132 int nd6_debug = 1; variable
134 int nd6_debug = 0; variable
1836 } else if (nd6_debug) { in nd6_timeout()
H A Dnd6_nbr.c236 if (nd6_debug && lr != NULL && why != NULL) { in nd6_llreach_alloc()