Searched refs:rnh (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_rmx.c303 struct radix_node_head *rnh; member in struct:rtqk_arg
370 struct radix_node_head *rnh = rock; local
381 arg.rnh = rnh;
384 rnh->rnh_walktree(rnh, in_rtqkill, &arg);
409 rnh->rnh_walktree(rnh, in_rtqkill, &arg);
421 struct radix_node_head *rnh = rt_tables[AF_INET]; local
424 arg.rnh
439 struct radix_node_head *rnh; local
472 struct radix_node_head *rnh; member in struct:in_ifadown_arg
508 struct radix_node_head *rnh; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_rmx.c335 struct radix_node_head *rnh; member in struct:rtqk_arg
397 struct radix_node_head *rnh = rock; local
408 arg.rnh = rnh;
411 rnh->rnh_walktree(rnh, in6_rtqkill, &arg);
436 rnh->rnh_walktree(rnh, in6_rtqkill, &arg);
449 struct radix_node_head *rnh; member in struct:mtuex_arg
483 struct radix_node_head *rnh local
532 struct radix_node_head *rnh; local
[all...]
H A Dnd6_rtr.c2104 struct radix_node_head *rnh = rt_tables[AF_INET6]; local
2114 rnh->rnh_walktree(rnh, rt6_deleteroute, (void *)gateway);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.c481 struct radix_node_head *rnh = rt_tables[dst->sa_family]; local
487 if (rnh == NULL)
494 rt = rt_lookup(FALSE, dst, NULL, rnh, ifscope);
576 * Note: in the case of igmp packets, there might not be an rnh
578 struct radix_node_head *rnh; local
588 rnh = rt_tables[rt_key(rt)->sa_family];
606 if (rnh && rnh->rnh_close && rt->rt_refcnt == 0)
607 rnh->rnh_close((struct radix_node *)rt, rnh);
1081 struct radix_node_head *rnh; member in struct:rtfc_arg
1129 struct radix_node_head *rnh; local
1519 struct radix_node_head *rnh = ap->rnh; local
1571 struct radix_node_head *rnh = rt_tables[dst->sa_family]; local
1752 struct radix_node_head *rnh = rt_tables[AF_INET]; local
1788 struct radix_node_head *rnh = rt_tables[AF_INET]; local
1816 rt_lookup(boolean_t lookup_only, struct sockaddr *dst, struct sockaddr *netmask, struct radix_node_head *rnh, unsigned int ifscope) argument
[all...]
H A Dradix.c1118 struct radix_node_head *rnh; local
1122 R_Malloc(rnh, struct radix_node_head *, sizeof (*rnh));
1123 if (rnh == 0)
1125 Bzero(rnh, sizeof (*rnh));
1126 *head = rnh;
1127 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
1128 ttt = rnh->rnh_nodes + 2;
1136 rnh
[all...]
H A Drtsock.c305 struct radix_node_head *rnh; local
510 if ((rnh = rt_tables[dst->sa_family]) == NULL)
517 rt = rt_lookup(TRUE, dst, netmask, rnh, ifscope);
1364 struct radix_node_head *rnh; variable in typeref:struct:radix_node_head
1388 if ((rnh = rt_tables[i]) && (af == 0 || af == i) &&
1389 (error = rnh->rnh_walktree(rnh,
H A Dif.c2144 * Called for each routing entry via the rnh->rnh_walktree() call above
2149 * arg argument passed to rnh->rnh_walktree() - detaching interface
2191 struct radix_node_head *rnh; local
2195 ((rnh = rt_tables[protocol]) != NULL) && (ifp != NULL)) {
2197 (void) rnh->rnh_walktree(rnh, if_rtdel, ifp);
2229 struct radix_node_head *rnh; local
2233 if ((rnh = rt_tables[p]) == NULL)
2237 (void) rnh->rnh_walktree(rnh, if_rtmt
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c1983 struct radix_node_head *rnh; local
2049 if ((rnh = nx->nx_rtable[i]) == 0) {
2060 if ((rnh = nx->nx_rtable[i]) == 0) {
2067 rn = (*rnh->rnh_addaddr)((caddr_t)saddr, (caddr_t)smask, rnh, no->no_rnodes);
2078 rn = (*rnh->rnh_matchaddr)((caddr_t)saddr, rnh);
2116 struct radix_node_head *rnh; member in struct:nfsrv_free_netopt_arg
2123 struct radix_node_head *rnh = fna->rnh; local
2142 struct radix_node_head *rnh; local
2610 struct radix_node_head *rnh; local
[all...]

Completed in 125 milliseconds