Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/bgpctl/
Doutput.c119 p->stats.msg_sent_open + p->stats.msg_sent_notification + in show_summary()
213 p->stats.msg_sent_notification, p->stats.msg_rcvd_notification); in show_neighbor_msgstats()
221 p->stats.msg_sent_open + p->stats.msg_sent_notification + in show_neighbor_msgstats()
448 p->stats.msg_sent_notification, in show_neighbor()
Doutput_ometric.c212 p->stats.msg_sent_notification, OKV("messages"), in ometric_neighbor_stats()
Doutput_json.c156 json_do_uint("notifications", p->stats.msg_sent_notification); in json_neighbor_stats()
161 p->stats.msg_sent_open + p->stats.msg_sent_notification + in json_neighbor_stats()
/openbsd/src/usr.sbin/bgpd/
Dsession.h132 unsigned long long msg_sent_notification; member
Dsession.c1854 p->stats.msg_sent_notification++; in session_notification()