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