Home
last modified time | relevance | path

Searched defs:ADBG (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/ipv6/
Daddrconf.c99 #define ADBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro
101 #define ADBG(fmt, ...) do { if (0) printk(fmt, ##__VA_ARGS__); } while (0) macro