Searched refs:mf6ctable (Results 1 – 2 of 2) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | mroute6.c | 107 struct mf6c *mf6ctable[MF6CTBLSIZ], *mfcp; in mroute6pr() local 164 len = sizeof(mf6ctable); in mroute6pr() 165 if (sysctlbyname("net.inet6.ip6.mf6ctable", mf6ctable, &len, NULL, 0) < in mroute6pr() 174 mfcp = mf6ctable[i]; in mroute6pr()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_mroute.c | 181 static struct mf6c *mf6ctable[MF6CTBLSIZ]; variable 183 &mf6ctable, sizeof(mf6ctable), "S,*mf6ctable[MF6CTBLSIZ]", 581 bzero((caddr_t)mf6ctable, sizeof(mf6ctable)); in ip6_mrouter_init() 636 rt = mf6ctable[i]; in X_ip6_mrouter_done() 652 bzero((caddr_t)mf6ctable, sizeof(mf6ctable)); in X_ip6_mrouter_done() 947 rt->mf6c_next = mf6ctable[hash]; in add_m6fc() 948 mf6ctable[hash] = rt; in add_m6fc() 1007 nptr = &mf6ctable[hash]; in del_m6fc() 1269 rt->mf6c_next = mf6ctable[hash]; in X_ip6_mforward() 1270 mf6ctable[hash] = rt; in X_ip6_mforward() [all …]
|