Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_rtr.c1129 struct nd_drhead *nd_router_listp, in defrouter_lookup() argument
1137 if (nd_router_listp == NULL) { in defrouter_lookup()
1138 nd_router_listp = &nd_defrouter_list; in defrouter_lookup()
1141 for (dr = TAILQ_FIRST(nd_router_listp); dr; in defrouter_lookup()
1371 defrtrlist_del(struct nd_defrouter *dr, struct nd_drhead *nd_router_listp) in defrtrlist_del() argument
1384 if (nd_router_listp == NULL) { in defrtrlist_del()
1385 nd_router_listp = &nd_defrouter_list; in defrtrlist_del()
1388 if (nd_router_listp != &nd_defrouter_list) { in defrtrlist_del()
1389 rti = (struct nd_route_info *)nd_router_listp; in defrtrlist_del()
1402 TAILQ_FOREACH(dr_itr, nd_router_listp, dr_entry) in defrtrlist_del()
[all …]