Searched refs:ron (Results 1 – 3 of 3) sorted by relevance
691 struct route_in6 *ron; in selectroute() local705 ron = &opts->ip6po_nextroute; in selectroute()707 if (ron->ro_nh != NULL && ( in selectroute()708 !NH_IS_VALID(ron->ro_nh) || in selectroute()709 ron->ro_dst.sin6_family != AF_INET6 || in selectroute()712 RO_NHFREE(ron); in selectroute()713 if (ron->ro_nh == NULL) { in selectroute()714 ron->ro_dst = *sin6_next; in selectroute()719 ron->ro_nh = fib6_lookup(fibnum, in selectroute()726 if (ron->ro_nh == NULL || in selectroute()[all …]
3 // Copyright (C) 2020 Clément Péron <[email protected]>
2 // Copyright (C) 2019 Clément Péron <[email protected]>