Searched refs:_rh (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/net/route/ |
H A D | route_debug.h | 106 #define FIB_RH_LOG(_l, _rh, _fmt, ...) \ argument 107 FIB_LOG_##_l(_l, (_rh)->rib_fibnum, (_rh)->rib_family, _fmt, \
|
H A D | fib_algo.c | 249 #define RH_PRINTF(_l, _rh, _fmt, ...) if (_PASS_MSG(_l)) { \ argument 250 _RH_PRINTF(_rh->rib_fibnum, _rh->rib_family, __func__, _fmt, ## __VA_ARGS__);\
|
/freebsd/contrib/nvi/ex/ |
H A D | ex.h | 93 TAILQ_HEAD(_rh, _range) rq[1]; /* @/global range: linked list. */
|
H A D | ex_global.c | 227 if ((rp = TAILQ_LAST(ecp->rq, _rh)) != NULL && in ex_g_setup()
|