Home
last modified time | relevance | path

Searched refs:route_node_match_ipv4 (Results 1 – 16 of 16) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/isis/
H A Dtable.h67 extern struct route_node *route_node_match_ipv4 (const struct route_table *, const struct in_addr *…
H A Dtable.c227 route_node_match_ipv4 (const struct route_table *table, in route_node_match_ipv4() function
H A Disis.c369 result = route_node_match_ipv4(area->route_table[level-1], &pref4); in isis_srcdst_lookup()
383 result = route_node_match_ipv4(area->route_table[level-1], &pref4); in isis_srcdst_lookup()
/dports/net/quagga/quagga-1.2.4/lib/
H A Dtable.h157 extern struct route_node *route_node_match_ipv4 (const struct route_table *,
H A Dtable.c237 route_node_match_ipv4 (const struct route_table *table, in route_node_match_ipv4() function
/dports/net/quagga/quagga-1.2.4/bgpd/
H A Dbgp_table.h227 return bgp_node_from_rnode (route_node_match_ipv4 (table->route_table, in bgp_node_match_ipv4()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dtable.h217 ext_pure struct route_node *route_node_match_ipv4(struct route_table *table,
H A Dtable.c224 struct route_node *route_node_match_ipv4(struct route_table *table, in route_node_match_ipv4() function
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dtable.h217 ext_pure struct route_node *route_node_match_ipv4(struct route_table *table,
H A Dtable.c224 struct route_node *route_node_match_ipv4(struct route_table *table, in route_node_match_ipv4() function
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_table.h271 struct route_node *rn = route_node_match_ipv4(table->route_table, addr); in bgp_node_match_ipv4()
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_table.h271 struct route_node *rn = route_node_match_ipv4(table->route_table, addr); in bgp_node_match_ipv4()
/dports/net/quagga/quagga-1.2.4/zebra/
H A Dzebra_rib.c562 rn = route_node_match_ipv4 (table, &addr); in rib_match_ipv4_safi()
/dports/net/frr7/frr-frr-7.5.1/ripd/
H A Dripd.c1253 rn = route_node_match_ipv4(rip->table, in rip_response_process()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripd/
H A Dripd.c1253 rn = route_node_match_ipv4(rip->table, in rip_response_process()
/dports/net/quagga/quagga-1.2.4/ripd/
H A Dripd.c1212 rn = route_node_match_ipv4 (rip->table, &rte->nexthop); in rip_response_process()