_rt 198 netinet6/ip6_mroute.c struct mf6c *_rt = mf6ctable[MF6CHASH(o,g)]; \
_rt 201 netinet6/ip6_mroute.c while (_rt) { \
_rt 202 netinet6/ip6_mroute.c if (IN6_ARE_ADDR_EQUAL(&_rt->mf6c_origin.sin6_addr, &(o)) && \
_rt 203 netinet6/ip6_mroute.c IN6_ARE_ADDR_EQUAL(&_rt->mf6c_mcastgrp.sin6_addr, &(g)) && \
_rt 204 netinet6/ip6_mroute.c (_rt->mf6c_stall == NULL)) { \
_rt 205 netinet6/ip6_mroute.c rt = _rt; \
_rt 208 netinet6/ip6_mroute.c _rt = _rt->mf6c_next; \