Home
last modified time | relevance | path

Searched refs:_rt (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netinet6/
H A Dip6_mroute.c202 struct mf6c *_rt = mf6ctable[MF6CHASH(o,g)]; \
205 while (_rt) { \
206 if (IN6_ARE_ADDR_EQUAL(&_rt->mf6c_origin.sin6_addr, &(o)) && \
207 IN6_ARE_ADDR_EQUAL(&_rt->mf6c_mcastgrp.sin6_addr, &(g)) && \
208 (_rt->mf6c_stall == NULL)) { \
209 rt = _rt; \
212 _rt = _rt->mf6c_next; \
/dragonfly/etc/
H A Dnetwork.subr854 local _rt
869 for _rt in ${ipv6_static_routes}; do
870 eval ipv6_route_args=\$ipv6_route_${_rt}
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h1446 #define ath_hal_set11nratescenario(_ah, _ds, _dur, _rt, _series, _ns, _flags) \ argument
1447 ((*(_ah)->ah_set11nRateScenario)((_ah), (_ds), (_dur), (_rt), \