Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet6/
H A Din6_proto.c728 SYSCTL_PROC(_net_inet6_icmp6, ICMPV6CTL_ND6_DEBUG, nd6_debug,
729 CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_ANYBODY | CTLFLAG_LOCKED, &nd6_debug, 0,
737 int old_value = nd6_debug;
766 nd6_debug = value;
771 "and error is %d\n", proc_name_string, __func__, nd6_debug, error);
H A Dnd6.h123 if (nd6_debug >= 3) {\
734 extern int nd6_debug;
741 #define nd6log(type, ...) do { if (nd6_debug >= 1) os_log_##type(OS_LOG_DEFAULT, ##__VA_ARGS_…
742 #define nd6log2(type, ...) do { if (nd6_debug >= 2) os_log_##type(OS_LOG_DEFAULT, ##__VA_ARGS_…
743 #define nd6log3(type, ...) do { if (nd6_debug >= 3) os_log_##type(OS_LOG_DEFAULT, ##__VA_ARGS_…
H A Dnd6.c130 int nd6_debug = 1; variable
132 int nd6_debug = 0; variable
1826 } else if (nd6_debug) { in nd6_timeout()
H A Dnd6_nbr.c235 if (nd6_debug && lr != NULL && why != NULL) { in nd6_llreach_alloc()