• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/netinet6/

Lines Matching defs:list

11  *    notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
130 * Remove a router from the global list and optionally stash it in a
672 /* Default router list processing sub routines. */
795 * Release the list reference.
826 * Remove all default routes from default router list.
838 * current default router list and use that when deleting routes.
869 * Look up a matching default router list entry and remove it. Returns true if a
924 * 2) When no routers on the list are known to be reachable or
939 * We maintain a single list of routers for multiple FIBs, only considering one
959 * If default router list is empty, there's nothing to be done.
967 * Search for a (probably) reachable router from the list.
969 * the ordering rule of the list described in defrtrlist_update().
1002 * round-robin the list regardless of preference.
1099 * list, so upgrade to a write lock. If that fails and the list
1414 * Remove a prefix from the prefix list and optionally stash it in a
1415 * caller-provided list.
1420 nd6_prefix_unlink(struct nd_prefix *pr, struct nd_prhead *list)
1427 if (list != NULL)
1428 LIST_INSERT_HEAD(list, pr, ndpr_entry);
1593 * list of addresses associated with the interface, and the Valid
1830 * Check if each prefix in the prefix list has at least one available router
2480 * Nuke default router list entries toward ifp.
2481 * We defer removal of default router list entries that is installed in the
2578 "NDP default router list");