Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dnd6_rtr.c1102 struct nd_drhead *nd_router_listp, in defrouter_lookup() argument
1110 if (nd_router_listp == NULL) { in defrouter_lookup()
1111 nd_router_listp = &nd_defrouter_list; in defrouter_lookup()
1114 for (dr = TAILQ_FIRST(nd_router_listp); dr; in defrouter_lookup()
1344 defrtrlist_del(struct nd_defrouter *dr, struct nd_drhead *nd_router_listp) in defrtrlist_del() argument
1357 if (nd_router_listp == NULL) { in defrtrlist_del()
1358 nd_router_listp = &nd_defrouter_list; in defrtrlist_del()
1361 if (nd_router_listp != &nd_defrouter_list) { in defrtrlist_del()
1362 rti = (struct nd_route_info *)nd_router_listp; in defrtrlist_del()
1375 TAILQ_FOREACH(dr_itr, nd_router_listp, dr_entry) in defrtrlist_del()
[all …]