Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dnd6.h324 extern int nd6_debug;
327 #define nd6log(x) do { if (nd6_debug) log x; } while (0)
H A Din6_proto.c532 SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_ND6_DEBUG, nd6_debug, CTLFLAG_RW,
533 &nd6_debug, 0, "Enable debug output");
H A Dnd6.c132 int nd6_debug = 1; variable
134 int nd6_debug = 0; variable