Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dnd6_rtr.c1056 struct nd_drhead *nd_router_listp, in defrouter_lookup() argument
1064 if (nd_router_listp == NULL) { in defrouter_lookup()
1065 nd_router_listp = &nd_defrouter_list; in defrouter_lookup()
1068 for (dr = TAILQ_FIRST(nd_router_listp); dr; in defrouter_lookup()
1303 defrtrlist_del(struct nd_defrouter *dr, struct nd_drhead *nd_router_listp) in defrtrlist_del() argument
1316 if (nd_router_listp == NULL) { in defrtrlist_del()
1317 nd_router_listp = &nd_defrouter_list; in defrtrlist_del()
1320 if (nd_router_listp != &nd_defrouter_list) { in defrtrlist_del()
1321 rti = (struct nd_route_info *)nd_router_listp; in defrtrlist_del()
1334 TAILQ_FOREACH(dr_itr, nd_router_listp, dr_entry) in defrtrlist_del()
[all …]