Searched refs:scoped (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/netinet6/ |
| H A D | nd6_rtr.c | 973 defrouter_addreq(struct nd_defrouter *new, struct nd_route_info *rti, boolean_t scoped) in defrouter_addreq() argument 982 …o, "%s: defrouter_addreq prefix %s scoped=%d", __func__, ip6_sprintf(&rti->nd_rti_prefix), scoped); in defrouter_addreq() 984 nd6log(info, "%s: defrouter_addreq scoped=%d", __func__, scoped); in defrouter_addreq() 1002 ip6_sprintf(&new->rtaddr), scoped, in defrouter_addreq() 1009 scoped, (new->stateflags & NDDRF_STATIC) ? 1 : 0); in defrouter_addreq() 1032 ip6_sprintf(&new->rtaddr), ip6_sprintf(&rti->nd_rti_prefix), scoped, in defrouter_addreq() 1047 ifscope = scoped ? new->ifp->if_index : IFSCOPE_NONE; in defrouter_addreq() 1606 boolean_t scoped = TRUE; in defrouter_select() local 1618 scoped = FALSE; in defrouter_select() 2011 scoped && (selected_dr->ifp != nd6_defifp)); in defrouter_select() [all …]
|