Home
last modified time | relevance | path

Searched refs:radix_node_head (Results 1 – 18 of 18) sorted by relevance

/xnu-10063.101.15/bsd/net/
H A Dradix.h197 struct radix_node_head { struct
203 struct radix_node_head *head, struct radix_node nodes[]); argument
206 struct radix_node_head *head, struct radix_node nodes[]); argument
208 (void *v, void *mask, struct radix_node_head *head); argument
210 (void *v, void *mask, struct radix_node_head *head); argument
212 (void *v, struct radix_node_head *head); argument
215 (void *v, struct radix_node_head *head, argument
218 (void *v, void *mask, struct radix_node_head *head); argument
221 (void *v, void *mask, struct radix_node_head *head, argument
224 (void *v, struct radix_node_head *head); argument
[all …]
H A Dradix.c78 static int rn_walktree_from(struct radix_node_head *h, void *a,
80 static int rn_walktree(struct radix_node_head *, walktree_f_t *, void *);
81 static struct radix_node *rn_insert(void *, struct radix_node_head *, int *, struct radix_node[2]);
88 static struct radix_node_head *mask_rnhead;
94 KALLOC_TYPE_DEFINE(radix_node_head_zone, struct radix_node_head, KT_DEFAULT);
212 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup()
218 rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head, in rn_lookup_args()
276 rn_match(void *v_arg, struct radix_node_head *head) in rn_match()
282 rn_match_args(void *v_arg, struct radix_node_head *head, in rn_match_args()
446 rn_insert(void *v_arg, struct radix_node_head *head, int *dupentry, in rn_insert()
[all …]
H A Droute_private.h380 extern struct radix_node_head *rt_tables[AF_MAX + 1];
404 struct sockaddr *, struct radix_node_head *, unsigned int);
406 struct sockaddr *, struct radix_node_head *);
H A Droute.c226 struct radix_node_head *rt_tables[AF_MAX + 1];
324 struct sockaddr *, struct radix_node_head *, unsigned int);
973 struct radix_node_head *rnh = rt_tables[dst->sa_family]; in rtalloc1_common_locked()
1149 struct radix_node_head *rnh; in rtfree_common()
1815 struct radix_node_head *rnh;
1864 struct radix_node_head *rnh; in rtrequest_common_locked()
2559 struct radix_node_head *rnh = ap->rnh; in rt_fixchange()
2650 struct radix_node_head *rnh = NULL; in rt_setgate()
3003 struct radix_node_head *rnh; in node_lookup()
3046 struct radix_node_head *rnh; in node_lookup_default()
[all …]
H A Dpf_table.c875 struct radix_node_head *head; in pfr_lookup_addr()
1092 struct radix_node_head *head; in pfr_route_kentry()
1120 struct radix_node_head *head; in pfr_unroute_kentry()
1913 SWAP(struct radix_node_head *, kt->pfrkt_ip4, in pfr_commit_ktable()
1915 SWAP(struct radix_node_head *, kt->pfrkt_ip6, in pfr_commit_ktable()
H A Dif_llreach.c405 struct radix_node_head *rnh; in ifnet_llreach_get_defrouter()
H A Dpfvar.h1333 struct radix_node_head *pfrkt_ip4;
1334 struct radix_node_head *pfrkt_ip6;
H A Drtsock.c318 struct radix_node_head *rnh; in route_output()
2196 struct radix_node_head *rnh;
H A Dif.c5772 struct radix_node_head *rnh; in if_rtproto_del()
5818 struct radix_node_head *rnh; in if_rtmtu_update()
H A Dntstat.c720 struct radix_node_head *rnh = rt_tables[dst->sa_family]; in nstat_route_lookup()
844 struct radix_node_head *rnh; in nstat_route_add_watcher()
/xnu-10063.101.15/bsd/netinet/
H A Din_rmx.c99 static struct radix_node *in_addroute(void *, void *, struct radix_node_head *,
102 struct radix_node_head *);
103 static struct radix_node *in_matroute(void *, struct radix_node_head *);
104 static struct radix_node *in_matroute_args(void *, struct radix_node_head *,
106 static void in_clsroute(struct radix_node *, struct radix_node_head *);
115 in_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, in in_addroute()
266 in_deleteroute(void *v_arg, void *netmask_arg, struct radix_node_head *head) in in_deleteroute()
326 in_matroute(void *v_arg, struct radix_node_head *head) in in_matroute()
337 in_matroute_args(void *v_arg, struct radix_node_head *head, in in_matroute_args()
373 in_clsroute(struct radix_node *rn, struct radix_node_head *head) in in_clsroute()
[all …]
H A Din_arp.c1266 struct radix_node_head *rnh = NULL; in arp_send_probe_notification()
2130 struct radix_node_head *rnh = NULL; in arp_ip_handle_input()
/xnu-10063.101.15/bsd/netinet6/
H A Din6_rmx.c138 static struct radix_node *in6_addroute(void *, void *, struct radix_node_head *,
141 struct radix_node_head *);
142 static struct radix_node *in6_matroute(void *, struct radix_node_head *);
143 static struct radix_node *in6_matroute_args(void *, struct radix_node_head *,
145 static void in6_clsroute(struct radix_node *, struct radix_node_head *);
158 in6_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, in in6_addroute()
345 in6_deleteroute(void *v_arg, void *netmask_arg, struct radix_node_head *head) in in6_deleteroute()
412 in6_matroute(void *v_arg, struct radix_node_head *head) in in6_matroute()
423 in6_matroute_args(void *v_arg, struct radix_node_head *head, in in6_matroute_args()
458 in6_clsroute(struct radix_node *rn, struct radix_node_head *head) in in6_clsroute()
[all …]
H A Dnd6_nbr.c1115 struct radix_node_head *rnh = NULL; in nd6_na_input()
1251 struct radix_node_head *rnh = NULL; in nd6_na_input()
H A Dnd6.c782 struct radix_node_head *rnh = rt_tables[AF_INET6]; in nd6_service_neighbor_cache()
3982 struct radix_node_head *rnh = NULL; in nd6_cache_lladdr()
H A Dnd6_rtr.c4379 struct radix_node_head *rnh = rt_tables[AF_INET6]; in rt6_flush()
/xnu-10063.101.15/bsd/nfs/
H A Dnfs_subs.c1340 struct radix_node_head *rnh; in nfsrv_hang_addrlist()
1512 struct radix_node_head *rnh;
1519 struct radix_node_head *rnh = fna->rnh; in nfsrv_free_netopt()
1539 struct radix_node_head *rnh; in nfsrv_free_addrlist()
2177 struct radix_node_head *rnh; in nfsrv_export_lookup()
H A Dnfs.h705 struct radix_node_head *nx_rtable[AF_MAX + 1]; /* table of exports (netopts) */