Home
last modified time | relevance | path

Searched refs:nd_route_info (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Dnd6_rti.c42 static struct nd_route_info *nd6_rti_lookup(struct nd_route_info *);
45 sizeof(struct nd_route_info), ZC_ZFREE_CLEARMEM);
72 struct nd_route_info *
79 ndrti_free(struct nd_route_info *rti) in ndrti_free()
87 static struct nd_route_info *
88 nd6_rti_lookup(struct nd_route_info *rti) in nd6_rti_lookup()
90 struct nd_route_info *tmp_rti = NULL; in nd6_rti_lookup()
104 nd6_rtilist_update(struct nd_route_info *new_rti, struct nd_defrouter *dr) in nd6_rtilist_update()
106 struct nd_route_info *rti = NULL; in nd6_rtilist_update()
136 nd6_rti_purge(struct nd_route_info *new_rti) in nd6_rti_purge()
[all …]
H A Dnd6.h589 TAILQ_HEAD(nd_rtihead, nd_route_info);
597 struct nd_route_info { struct
599 TAILQ_ENTRY(nd_route_info) nd_rti_entry; argument
604 struct nd_route_info *ndrti_alloc(void); argument
607 void ndrti_free(struct nd_route_info *rti);
608 void nd6_rtilist_remove(struct nd_route_info *);
609 void nd6_rtilist_update(struct nd_route_info *, struct nd_defrouter *);
610 int nd6_rtilist_add(struct nd_route_info *, struct nd_defrouter *,
611 struct nd_route_info **);
612 void nd6_rti_purge(struct nd_route_info *);
H A Dnd6_rtr.c95 static void defrouter_addreq(struct nd_defrouter *, struct nd_route_info *, boolean_t);
96 static void defrouter_delreq(struct nd_defrouter *, struct nd_route_info *);
484 struct nd_route_info rti = {}; in nd6_ra_input()
900 defrouter_addreq(struct nd_defrouter *new, struct nd_route_info *rti, boolean_t scoped) in defrouter_addreq()
1063 defrouter_delreq(struct nd_defrouter *dr, struct nd_route_info *rti) in defrouter_delreq()
1287 struct nd_route_info *rti = NULL; in defrtrlist_del()
1296 rti = (struct nd_route_info *)nd_router_listp; in defrtrlist_del()
1512 struct nd_route_info *rti = NULL; in defrouter_select()
1523 rti = (struct nd_route_info *)nd_router_listp; in defrouter_select()
3712 struct nd_route_info rti = {}; in nd6_prefix_onlink_common()
H A Dnd6.c1257 struct nd_route_info *rti = NULL; in nd6_service_expired_route_info()
1258 struct nd_route_info *rti_next = NULL; in nd6_service_expired_route_info()
1267 struct nd_route_info rti_tmp = {}; in nd6_service_expired_route_info()
2094 struct nd_route_info *rti = NULL; in nd6_router_select_rti_entries()
2095 struct nd_route_info *rti_next = NULL; in nd6_router_select_rti_entries()
2109 struct nd_route_info *rti = NULL; in nd6_purge_interface_rti_entries()
2110 struct nd_route_info *rti_next = NULL; in nd6_purge_interface_rti_entries()
2115 struct nd_route_info rti_tmp = {}; in nd6_purge_interface_rti_entries()