Searched refs:RDLOG (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/bsd/net/ |
| H A D | if_redirect.c | 69 #define RDLOG(level, format, ...) do { \ macro 87 #define RDLOG_ERR(format, ...) RDLOG(LOG_ERR, format, ##__VA_ARGS__) 88 #define RDLOG_DBG(format, ...) RDLOG(LOG_DEBUG, format, ##__VA_ARGS__) 89 #define RDLOG_INFO(format, ...) RDLOG(LOG_INFO, format, ##__VA_ARGS__)
|