Home
last modified time | relevance | path

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

/openbsd/usr.sbin/bgpd/
H A Dsession.c71 void session_sendmsg(struct ibuf *, struct peer *, enum msg_type);
1444 session_sendmsg(struct ibuf *msg, struct peer *p, enum msg_type msgtype) in session_sendmsg() function
1683 session_sendmsg(buf, p, MSG_OPEN); in session_open()
1697 session_sendmsg(buf, p, MSG_KEEPALIVE); in session_keepalive()
1737 session_sendmsg(buf, p, MSG_UPDATE); in session_update()
1851 session_sendmsg(buf, p, MSG_NOTIFICATION); in session_notification()
1917 session_sendmsg(buf, p, MSG_RREFRESH); in session_rrefresh()