Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet6/
H A Dnd6.h123 if (nd6_debug >= 1) {\
817 extern int nd6_debug;
824 #define nd6log(type, ...) do { if (nd6_debug >= 1) os_log_##type(OS_LOG_DEFAULT, __VA_ARGS__)…
825 #define nd6log2(type, ...) do { if (nd6_debug >= 2) os_log_##type(OS_LOG_DEFAULT, __VA_ARGS__)…
H A Din6_proto.c798 nd6_debug, CTLFLAG_RW | CTLFLAG_LOCKED, &nd6_debug, 0, "");
H A Dnd6.c130 int nd6_debug = 1; variable
132 int nd6_debug = 0; variable
1817 } else if (nd6_debug) { in nd6_timeout()
H A Dnd6_nbr.c232 if (nd6_debug && lr != NULL && why != NULL) { in nd6_llreach_alloc()