Searched refs:rt_nodes (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.81.4/bsd/net/ |
| H A D | route_private.h | 156 struct radix_node rt_nodes[2]; /* tree glue, and other values */ member 157 #define rt_node(r) &((r)->rt_nodes[0]) 202 return __container_of(rn, struct rtentry, rt_nodes[0]); in rn_rtentry()
|
| H A D | route.c | 1240 if (rt->rt_nodes->rn_flags & (RNF_ACTIVE | RNF_ROOT)) { in rtfree_common() 2302 rn = rnh->rnh_addaddr(ndst_bytes, netmask_bytes, rnh, rt->rt_nodes); in rtrequest_common_locked() 2330 rn = rnh->rnh_addaddr(ndst_bytes, netmask_bytes, rnh, rt->rt_nodes); in rtrequest_common_locked() 2893 rn_set_key(&rt->rt_nodes[0], new, dst->sa_len); in rt_setgate()
|
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | in_rmx.c | 184 ret = rn_addroute(v_arg, n_arg, head, rt->rt_nodes); in in_addroute() 229 ret = rn_addroute(v_arg, n_arg, head, rt->rt_nodes); in in_addroute()
|
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | in6_rmx.c | 305 ret = rt2->rt_nodes; in in6_addroute()
|
| H A D | ip6_input.c | 682 #define rt6_key(r) (SIN6(rn_get_key((r)->rt_nodes))) in ip6_input_check_interface()
|
| /xnu-11215.81.4/tools/lldbmacros/ |
| H A D | net.py | 742 dst = Cast(rt.rt_nodes[0].rn_u.rn_leaf.rn_Key, 'sockaddr *')
|