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

/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/app/nathelper/linux/
H A Dhost_helper.c637 static struct ipv6_default_route_binding ipv6_droute_bind = {IN6ADDR_ANY_INIT,0}; local
671 memset(&ipv6_droute_bind, 0, sizeof(ipv6_droute_bind));
679 if (!ipv6_addr_equal(&ipv6_droute_bind.next_hop, next_hop) ||
680 ipv6_droute_bind.nh_entry_id != ipv6_neigh_entry.entry_id)
685 ipv6_droute_bind.next_hop = *next_hop;
686 ipv6_droute_bind.nh_entry_id = ipv6_neigh_entry.entry_id;
697 memset(&ipv6_droute_bind, 0, sizeof(ipv6_droute_bind));

Completed in 23 milliseconds