Home
last modified time | relevance | path

Searched refs:nd6log4 (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/netinet6/
H A Dnd6.c1805 nd6log4(debug, "%s: found %u, aging_lazy %u, aging %u, " in nd6_timeout()
1834 nd6log4(debug, "%s: not rescheduling timer\n", __func__); in nd6_timeout()
1854 nd6log4(debug, "%s: timer scheduled in " in nd6_sched_timeout()
1861 nd6log4(debug, "%s: timer scheduled in " in nd6_sched_timeout()
1874 nd6log4(debug, "%s: fast timer scheduled in " in nd6_sched_timeout()
1884 nd6log4(debug, "%s: not scheduling timer: " in nd6_sched_timeout()
1889 nd6log4(debug, "%s: not scheduling timer: " in nd6_sched_timeout()
H A Dnd6.h775 #define nd6log4(type, ...) do { if (nd6_debug >= 4) os_log_##type(OS_LOG_DEFAULT, ##__VA_ARGS_… macro