Home
last modified time | relevance | path

Searched refs:msg_rcvd_notification (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/bgpctl/
H A Doutput.c116 p->stats.msg_rcvd_open + p->stats.msg_rcvd_notification + in show_summary()
213 p->stats.msg_sent_notification, p->stats.msg_rcvd_notification); in show_neighbor_msgstats()
224 p->stats.msg_rcvd_open + p->stats.msg_rcvd_notification + in show_neighbor_msgstats()
449 p->stats.msg_rcvd_notification, in show_neighbor()
H A Doutput_ometric.c225 p->stats.msg_rcvd_notification, OKV("messages"), in ometric_neighbor_stats()
H A Doutput_json.c168 json_do_uint("notifications", p->stats.msg_rcvd_notification); in json_neighbor_stats()
173 p->stats.msg_rcvd_open + p->stats.msg_rcvd_notification + in json_neighbor_stats()
/openbsd/usr.sbin/bgpd/
H A Dsession.h127 unsigned long long msg_rcvd_notification; member
H A Dsession.c2119 p->stats.msg_rcvd_notification++; in session_process_msg()