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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_zebra.c362 struct in6_addr **nexthops;
504 nexthops = XCALLOC (MTYPE_OSPF6_OTHER,
506 if (! nexthops)
526 XFREE (MTYPE_OSPF6_OTHER, nexthops);
542 nexthops[i] = &nexthop->address;
553 api.nexthop = nexthops;
570 XFREE (MTYPE_OSPF6_OTHER, nexthops);
360 struct in6_addr **nexthops; local

Completed in 58 milliseconds