Searched refs:nd_route_info (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | nd6_rti.c | 42 static struct nd_route_info *nd6_rti_lookup(struct nd_route_info *); 44 static KALLOC_TYPE_DEFINE(ndrti_zone, struct nd_route_info, NET_KT_DEFAULT); 71 struct nd_route_info * 78 ndrti_free(struct nd_route_info *rti) in ndrti_free() 86 static struct nd_route_info * 87 nd6_rti_lookup(struct nd_route_info *rti) in nd6_rti_lookup() 89 struct nd_route_info *__single tmp_rti = NULL; in nd6_rti_lookup() 103 nd6_rtilist_update(struct nd_route_info *new_rti, struct nd_defrouter *dr) in nd6_rtilist_update() 105 struct nd_route_info *__single rti = NULL; in nd6_rtilist_update() 135 nd6_rti_purge(struct nd_route_info *new_rti) in nd6_rti_purge() [all …]
|
| H A D | nd6.h | 546 TAILQ_HEAD(nd_rtihead, nd_route_info); 554 struct nd_route_info { struct 556 TAILQ_ENTRY(nd_route_info) nd_rti_entry; argument 561 struct nd_route_info *ndrti_alloc(void); argument 564 void ndrti_free(struct nd_route_info *rti); 565 void nd6_rtilist_remove(struct nd_route_info *); 566 void nd6_rtilist_update(struct nd_route_info *, struct nd_defrouter *); 567 int nd6_rtilist_add(struct nd_route_info *, struct nd_defrouter *, 568 struct nd_route_info **); 569 void nd6_rti_purge(struct nd_route_info *); [all …]
|
| H A D | nd6_rtr.c | 99 static void defrouter_addreq(struct nd_defrouter *, struct nd_route_info *, boolean_t); 519 struct nd_route_info rti = {}; in nd6_ra_input() 946 defrouter_addreq(struct nd_defrouter *new, struct nd_route_info *rti, boolean_t scoped) in defrouter_addreq() 1130 defrouter_delreq(struct nd_defrouter *dr, struct nd_route_info *rti) in defrouter_delreq() 1353 struct nd_route_info *rti = NULL; in defrtrlist_del() 1362 rti = (struct nd_route_info *)nd_router_listp; in defrtrlist_del() 1578 struct nd_route_info *rti = NULL; in defrouter_select() 1589 rti = (struct nd_route_info *)nd_router_listp; in defrouter_select() 3811 struct nd_route_info rti = {}; in nd6_prefix_onlink_common() 3990 struct nd_route_info rti = {}; in nd6_prefix_offlink()
|
| H A D | nd6.c | 1282 struct nd_route_info *__single rti = NULL; in nd6_service_expired_route_info() 1283 struct nd_route_info *__single rti_next = NULL; in nd6_service_expired_route_info() 1292 struct nd_route_info rti_tmp = {}; in nd6_service_expired_route_info() 2149 struct nd_route_info *__single rti = NULL; in nd6_router_select_rti_entries() 2150 struct nd_route_info *__single rti_next = NULL; in nd6_router_select_rti_entries() 2164 struct nd_route_info *__single rti = NULL; in nd6_purge_interface_rti_entries() 2165 struct nd_route_info *__single rti_next = NULL; in nd6_purge_interface_rti_entries() 2170 struct nd_route_info rti_tmp = {}; in nd6_purge_interface_rti_entries() 4906 struct nd_route_info *rti = NULL;
|