Searched refs:okr (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/ospf6d/
H A Dkroute.c1348 struct kroute_node *kr, *okr; local
1468 if ((okr = kroute_find(&prefix, prefixlen, prio))
1470 kr = okr;
1472 (kr = kroute_matchgw(okr, &nexthop, scope)) ==
1551 okr = kr;
/openbsd-current/usr.sbin/ospfd/
H A Dkroute.c1385 struct kroute_node *kr, *okr; local
1501 if ((okr = kroute_find(prefix.s_addr, prefixlen, prio))
1504 kr = okr;
1506 (kr = kroute_matchgw(okr, nexthop)) ==
1538 kr_redistribute(okr);
1584 okr = kr;

Completed in 70 milliseconds