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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/isisd/
H A Disis_tlv.c115 struct ipv6_reachability *ipv6_reach; local
664 ipv6_reach = (struct ipv6_reachability *) pnt;
665 if (ipv6_reach->prefix_len > IPV6_MAX_BITLEN)
669 ipv6_reach->prefix_len);
674 prefix_octets = ((ipv6_reach->prefix_len + 7) / 8);
680 listnode_add (tlvs->ipv6_reachs, ipv6_reach);
H A Disis_lsp.c833 struct ipv6_reachability *ipv6_reach; local
947 for (ALL_LIST_ELEMENTS_RO (lsp->tlv_data.ipv6_reachs, lnode, ipv6_reach))
950 memcpy (in6.s6_addr, ipv6_reach->prefix,
951 PSIZE (ipv6_reach->prefix_len));
953 if ((ipv6_reach->control_info &&
956 ntohl (ipv6_reach->metric),
957 buff, ipv6_reach->prefix_len, VTY_NEWLINE);
960 ntohl (ipv6_reach->metric),
961 buff, ipv6_reach->prefix_len, VTY_NEWLINE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/isisd/
H A Disis_tlv.c115 struct ipv6_reachability *ipv6_reach; local
664 ipv6_reach = (struct ipv6_reachability *) pnt;
665 if (ipv6_reach->prefix_len > IPV6_MAX_BITLEN)
669 ipv6_reach->prefix_len);
674 prefix_octets = ((ipv6_reach->prefix_len + 7) / 8);
680 listnode_add (tlvs->ipv6_reachs, ipv6_reach);
H A Disis_lsp.c833 struct ipv6_reachability *ipv6_reach; local
947 for (ALL_LIST_ELEMENTS_RO (lsp->tlv_data.ipv6_reachs, lnode, ipv6_reach))
950 memcpy (in6.s6_addr, ipv6_reach->prefix,
951 PSIZE (ipv6_reach->prefix_len));
953 if ((ipv6_reach->control_info &&
956 ntohl (ipv6_reach->metric),
957 buff, ipv6_reach->prefix_len, VTY_NEWLINE);
960 ntohl (ipv6_reach->metric),
961 buff, ipv6_reach->prefix_len, VTY_NEWLINE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/isisd/
H A Disis_tlv.c115 struct ipv6_reachability *ipv6_reach; local
664 ipv6_reach = (struct ipv6_reachability *) pnt;
665 if (ipv6_reach->prefix_len > IPV6_MAX_BITLEN)
669 ipv6_reach->prefix_len);
674 prefix_octets = ((ipv6_reach->prefix_len + 7) / 8);
680 listnode_add (tlvs->ipv6_reachs, ipv6_reach);
H A Disis_lsp.c833 struct ipv6_reachability *ipv6_reach; local
947 for (ALL_LIST_ELEMENTS_RO (lsp->tlv_data.ipv6_reachs, lnode, ipv6_reach))
950 memcpy (in6.s6_addr, ipv6_reach->prefix,
951 PSIZE (ipv6_reach->prefix_len));
953 if ((ipv6_reach->control_info &&
956 ntohl (ipv6_reach->metric),
957 buff, ipv6_reach->prefix_len, VTY_NEWLINE);
960 ntohl (ipv6_reach->metric),
961 buff, ipv6_reach->prefix_len, VTY_NEWLINE);

Completed in 96 milliseconds