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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_rmx.c424 struct radix_node_head *rnh; member in struct:rtqk_arg
504 struct radix_node_head *rnh = rock; local
515 arg.rnh = rnh;
518 rnh->rnh_walktree(rnh, in6_rtqkill, &arg);
543 rnh->rnh_walktree(rnh, in6_rtqkill, &arg);
556 struct radix_node_head *rnh; member in struct:mtuex_arg
594 struct radix_node_head *rnh local
622 struct radix_node_head *rnh = rt_tables[AF_INET6]; local
640 struct radix_node_head *rnh; local
[all...]
H A Dnd6_rtr.c4128 struct radix_node_head *rnh = rt_tables[AF_INET6]; local
4138 rnh->rnh_walktree(rnh, rt6_deleteroute, (void *)gateway);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_rmx.c346 struct radix_node_head *rnh; member in struct:rtqk_arg
427 struct radix_node_head *rnh = rock; local
438 arg.rnh = rnh;
441 rnh->rnh_walktree(rnh, in_rtqkill, &arg);
466 rnh->rnh_walktree(rnh, in_rtqkill, &arg);
478 struct radix_node_head *rnh = rt_tables[AF_INET]; local
481 arg.rnh
496 struct radix_node_head *rnh; local
529 struct radix_node_head *rnh; member in struct:in_ifadown_arg
572 struct radix_node_head *rnh; local
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Droute.c863 struct radix_node_head *rnh = rt_tables[dst->sa_family]; local
869 if (rnh == NULL)
876 rt = rt_lookup(FALSE, dst, NULL, rnh, ifscope);
976 struct radix_node_head *rnh; local
1030 * Note: in the case of igmp packets, there might not be an rnh
1032 rnh = rt_tables[rt_key(rt)->sa_family];
1042 if (rnh != NULL && rnh->rnh_close != NULL)
1043 rnh->rnh_close((struct radix_node *)rt, rnh);
1556 struct radix_node_head *rnh; member in struct:rtfc_arg
1604 struct radix_node_head *rnh; local
2141 struct radix_node_head *rnh = ap->rnh; local
2231 struct radix_node_head *rnh = rt_tables[dst->sa_family]; local
2563 struct radix_node_head *rnh; local
2602 struct radix_node_head *rnh; local
2635 rt_lookup(boolean_t lookup_only, struct sockaddr *dst, struct sockaddr *netmask, struct radix_node_head *rnh, unsigned int ifscope) argument
3079 struct radix_node_head *rnh = rt_tables[rt_key(rt)->sa_family]; local
[all...]
H A Dradix.c1117 struct radix_node_head *rnh; local
1121 R_Malloc(rnh, struct radix_node_head *, sizeof (*rnh));
1122 if (rnh == 0)
1124 Bzero(rnh, sizeof (*rnh));
1125 *head = rnh;
1126 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
1127 ttt = rnh->rnh_nodes + 2;
1135 rnh
[all...]
H A Drtsock.c324 struct radix_node_head *rnh; local
551 if ((rnh = rt_tables[info.rti_info[RTAX_DST]->sa_family]) == NULL)
558 rt = rt_lookup(TRUE, info.rti_info[RTAX_DST], info.rti_info[RTAX_NETMASK], rnh, ifscope);
1910 struct radix_node_head *rnh; variable in typeref:struct:radix_node_head
1934 if ((rnh = rt_tables[i]) && (af == 0 || af == i) &&
1935 (error = rnh->rnh_walktree(rnh,
1944 if ((rnh = rt_tables[i]) && (af == 0 || af == i) &&
1945 (error = rnh->rnh_walktree(rnh,
[all...]
H A Dif_llreach.c429 struct radix_node_head *rnh; local
439 if ((rnh = rt_tables[af]) == NULL)
449 rt = rt_lookup(TRUE, SA(&dst_ss), SA(&mask_ss), rnh, ifp->if_index);
H A Dntstat.c326 struct radix_node_head *rnh = rt_tables[dst.sa->sa_family]; local
327 if (rnh == NULL) return EAFNOSUPPORT;
330 struct rtentry *rt = rt_lookup(TRUE, dst.sa, mask.sa, rnh, param->ifindex);
437 struct radix_node_head *rnh; local
438 rnh = rt_tables[i];
439 if (!rnh) continue;
441 result = rnh->rnh_walktree(rnh, nstat_route_walktree_add, state);
H A Dif.c3231 * Called for each routing entry via the rnh->rnh_walktree() call above
3236 * arg argument passed to rnh->rnh_walktree() - detaching interface
3282 struct radix_node_head *rnh; local
3287 ((rnh = rt_tables[protocol]) != NULL) && (ifp != NULL)) {
3289 (void) rnh->rnh_walktree(rnh, if_rtdel, ifp);
3323 struct radix_node_head *rnh; local
3327 if ((rnh = rt_tables[p]) == NULL)
3331 (void) rnh->rnh_walktree(rnh, if_rtmt
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2418 struct radix_node_head *rnh; local
2484 if ((rnh = nx->nx_rtable[i]) == 0) {
2495 if ((rnh = nx->nx_rtable[i]) == 0) {
2502 rn = (*rnh->rnh_addaddr)((caddr_t)saddr, (caddr_t)smask, rnh, no->no_rnodes);
2513 rn = (*rnh->rnh_matchaddr)((caddr_t)saddr, rnh);
2572 struct radix_node_head *rnh; member in struct:nfsrv_free_netopt_arg
2579 struct radix_node_head *rnh = fna->rnh; local
2598 struct radix_node_head *rnh; local
3131 struct radix_node_head *rnh; local
[all...]

Completed in 105 milliseconds