Home
last modified time | relevance | path

Searched refs:true_nexthop (Results 1 – 7 of 7) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_rib.c1751 memcpy(&nh->true_nexthop, &nh->exit_nexthop, in nexthop_update()
1752 sizeof(nh->true_nexthop)); in nexthop_update()
1754 memcpy(&nh->true_nexthop, &msg->gateway, in nexthop_update()
1755 sizeof(nh->true_nexthop)); in nexthop_update()
H A Drde.c2314 memcpy(&rib.true_nexthop, &nexthop->true_nexthop, in rde_dump_rib_as()
2315 sizeof(rib.true_nexthop)); in rde_dump_rib_as()
2320 bzero(&rib.true_nexthop, sizeof(rib.true_nexthop)); in rde_dump_rib_as()
2322 rib.true_nexthop.aid = p->pt->aid; in rde_dump_rib_as()
2845 memcpy(&kr.nexthop, &prefix_nexthop(p)->true_nexthop, in rde_send_kroute()
3986 memcpy(&k.nexthop, &prefix_nexthop(p)->true_nexthop, in network_dump_upcall()
H A Drde.h245 struct bgpd_addr true_nexthop; member
H A Dbgpd.h783 struct bgpd_addr true_nexthop; member
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Dbgpctl.c1133 ctl.true_nexthop = mre->nexthop; in show_mrt_dump()
1208 ctl.true_nexthop = mre->nexthop; in network_mrt_dump()
H A Doutput_json.c802 json_do_printf("true_nexthop", "%s", log_addr(&r->true_nexthop)); in json_rib()
H A Doutput.c870 printf("(via %s) Neighbor %s (", log_addr(&r->true_nexthop), s); in show_rib_detail()