Home
last modified time | relevance | path

Searched defs:rib_entry (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/bgp/
H A DparseBGP.cpp471 MsgBusInterface::obj_vpn rib_entry; in UpdateDBL3Vpn() local
574 MsgBusInterface::obj_evpn rib_entry; in UpdateDBeVPN() local
633 MsgBusInterface::obj_rib rib_entry; in UpdateDBAdvPrefixes() local
726 MsgBusInterface::obj_rib rib_entry; in UpdateDBWdrawnPrefixes() local
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde.h43 struct rib_entry { struct
45 struct prefix_list prefix_h;
46 struct prefix *active; /* for fast access */
47 struct pt_entry *prefix;
48 u_int16_t rib_id;
49 u_int16_t lock;
H A Drde_rib.c523 void (*upcall)(struct rib_entry *, void *), void (*done)(void *, u_int8_t), in rib_dump_new() argument