Home
last modified time | relevance | path

Searched refs:grestart (Results 1 – 8 of 8) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dsession.c1037 p->capa.neg.grestart.restart == 2) { in session_accept()
1449 if (p->capa.ann.grestart.restart) { in session_open()
1457 if (p->capa.neg.grestart.flags[i] & in session_open()
1697 p->capa.neg.grestart.timeout); in session_graceful_restart()
2339 peer->capa.ann.grestart.restart = 0; in parse_notification()
2478 peer->capa.peer.grestart.timeout = in parse_capabilities()
2581 p->capa.neg.grestart.flags[i] = p->capa.peer.grestart.flags[i]; in capa_neg_calc()
2591 p->capa.neg.grestart.flags[i] |= in capa_neg_calc()
2595 p->capa.neg.grestart.timeout = p->capa.peer.grestart.timeout; in capa_neg_calc()
2596 p->capa.neg.grestart.restart = p->capa.peer.grestart.restart; in capa_neg_calc()
[all …]
H A Drde_peer.c278 if (peer->capa.grestart.restart) in rde_up_adjout_force_done()
434 if (peer->capa.grestart.restart) in peer_dump()
H A Dbgpd.h361 } grestart; member
H A Dprintconf.c654 if (p->capabilities.grestart.restart == 0) in print_peer()
H A Dparse.y1450 curpeer->conf.capabilities.grestart.restart = $3;
3938 p->conf.capabilities.grestart.restart = 1; in alloc_peer()
H A Dparse.c3684 curpeer->conf.capabilities.grestart.restart = (yyvsp[0].v.number); in yyparse()
7060 p->conf.capabilities.grestart.restart = 1; in alloc_peer()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Doutput_json.c51 if (!hascapamp && !capa->refresh && !capa->grestart.restart && in json_neighbor_capabilities()
66 if (capa->grestart.restart) { in json_neighbor_capabilities()
70 if (capa->grestart.flags[i] & CAPA_GR_PRESENT) { in json_neighbor_capabilities()
72 if (capa->grestart.flags[i] & CAPA_GR_RESTART) in json_neighbor_capabilities()
80 if (capa->grestart.timeout) in json_neighbor_capabilities()
81 json_do_uint("timeout", capa->grestart.timeout); in json_neighbor_capabilities()
86 if (capa->grestart.flags[i] & CAPA_GR_PRESENT) { in json_neighbor_capabilities()
91 capa->grestart.flags[i] & in json_neighbor_capabilities()
H A Doutput.c158 if (p->capa.peer.grestart.timeout) in show_neighbor_capa_restart()
159 printf(": Timeout: %d, ", p->capa.peer.grestart.timeout); in show_neighbor_capa_restart()
161 if (p->capa.peer.grestart.flags[i] & CAPA_GR_PRESENT) { in show_neighbor_capa_restart()
163 p->capa.peer.grestart.flags[i] & CAPA_GR_RESTART) in show_neighbor_capa_restart()
168 if (p->capa.peer.grestart.flags[i] & CAPA_GR_FORWARD) in show_neighbor_capa_restart()
288 p->capa.peer.grestart.restart || p->capa.peer.as4byte) { in show_neighbor_full()
294 if (p->capa.peer.grestart.restart) in show_neighbor_full()