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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dprefix.h176 extern int prefix_common_bits (const struct prefix *, const struct prefix *);
H A Dprefix.c339 prefix_common_bits (const struct prefix *p1, const struct prefix *p2) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dprefix.h176 extern int prefix_common_bits (const struct prefix *, const struct prefix *);
H A Dprefix.c339 prefix_common_bits (const struct prefix *p1, const struct prefix *p2) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dprefix.h176 extern int prefix_common_bits (const struct prefix *, const struct prefix *);
H A Dprefix.c339 prefix_common_bits (const struct prefix *p1, const struct prefix *p2) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_network.c321 if (prefix_common_bits (p, d) > common)
324 common = prefix_common_bits (sel, d);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_network.c321 if (prefix_common_bits (p, d) > common)
324 common = prefix_common_bits (sel, d);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_network.c321 if (prefix_common_bits (p, d) > common)
324 common = prefix_common_bits (sel, d);

Completed in 180 milliseconds