Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dnd6_rtr.c1031 struct nd_drhead *nd_router_listp, in defrouter_lookup() argument
1039 if (nd_router_listp == NULL) { in defrouter_lookup()
1040 nd_router_listp = &nd_defrouter_list; in defrouter_lookup()
1043 for (dr = TAILQ_FIRST(nd_router_listp); dr; in defrouter_lookup()
1278 defrtrlist_del(struct nd_defrouter *dr, struct nd_drhead *nd_router_listp) in defrtrlist_del() argument
1291 if (nd_router_listp == NULL) { in defrtrlist_del()
1292 nd_router_listp = &nd_defrouter_list; in defrtrlist_del()
1295 if (nd_router_listp != &nd_defrouter_list) { in defrtrlist_del()
1296 rti = (struct nd_route_info *)nd_router_listp; in defrtrlist_del()
1309 TAILQ_FOREACH(dr_itr, nd_router_listp, dr_entry) in defrtrlist_del()
[all …]