Searched refs:mf6c_next (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_mroute.c216 _rt = _rt->mf6c_next; \
573 rt = rt->mf6c_next;
758 for (rt = mf6ctable[hash], nstl = 0; rt; rt = rt->mf6c_next) {
822 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) {
864 rt->mf6c_next = mf6ctable[hash];
932 nptr = &rt->mf6c_next;
938 *nptr = rt->mf6c_next;
1083 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) {
1195 rt->mf6c_next = mf6ctable[hash];
1273 *nptr = mfc->mf6c_next;
[all...]
H A Dip6_mroute.h288 struct mf6c *mf6c_next; /* hash table linkage */ member in struct:mf6c

Completed in 18 milliseconds