Searched defs:is_router (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2228 boolean_t is_router)
2262 if (is_router) {
2306 pii->pii_targets_are_routers = is_router ? 1 : 0;
2343 * not already exist. If the target is a router, `is_router' should be set to
2348 boolean_t is_router)
2364 if (tg == NULL || (is_router && !pii->pii_targets_are_routers))
2365 target_create(pii, addr, is_router);
2366 else if (is_router)
2227 target_create(struct phyint_instance *pii, struct in6_addr addr, boolean_t is_router) argument
2347 target_add(struct phyint_instance *pii, struct in6_addr addr, boolean_t is_router) argument

Completed in 69 milliseconds