Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_rtr.c1073 struct nd_drhead *nd_router_listp, in defrouter_lookup() argument
1081 if (nd_router_listp == NULL) { in defrouter_lookup()
1082 nd_router_listp = &nd_defrouter_list; in defrouter_lookup()
1085 for (dr = TAILQ_FIRST(nd_router_listp); dr; in defrouter_lookup()
1315 defrtrlist_del(struct nd_defrouter *dr, struct nd_drhead *nd_router_listp) in defrtrlist_del() argument
1328 if (nd_router_listp == NULL) { in defrtrlist_del()
1329 nd_router_listp = &nd_defrouter_list; in defrtrlist_del()
1332 if (nd_router_listp != &nd_defrouter_list) { in defrtrlist_del()
1333 rti = (struct nd_route_info *)nd_router_listp; in defrtrlist_del()
1346 TAILQ_FOREACH(dr_itr, nd_router_listp, dr_entry) in defrtrlist_del()
[all …]