Searched refs:nd6_debug (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | nd6.h | 123 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 D | in6_proto.c | 798 nd6_debug, CTLFLAG_RW | CTLFLAG_LOCKED, &nd6_debug, 0, "");
|
| H A D | nd6.c | 130 int nd6_debug = 1; variable 132 int nd6_debug = 0; variable 1826 } else if (nd6_debug) { in nd6_timeout()
|
| H A D | nd6_nbr.c | 235 if (nd6_debug && lr != NULL && why != NULL) { in nd6_llreach_alloc()
|