Home
last modified time | relevance | path

Searched refs:_rh (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/route/
H A Droute_debug.h106 #define FIB_RH_LOG(_l, _rh, _fmt, ...) \ argument
107 FIB_LOG_##_l(_l, (_rh)->rib_fibnum, (_rh)->rib_family, _fmt, \
H A Dfib_algo.c249 #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 Dex.h93 TAILQ_HEAD(_rh, _range) rq[1]; /* @/global range: linked list. */
H A Dex_global.c227 if ((rp = TAILQ_LAST(ecp->rq, _rh)) != NULL && in ex_g_setup()