Searched refs:session_sendmsg (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.sbin/bgpd/ |
| D | session.c | 71 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, BGP_OPEN); in session_open() 1697 session_sendmsg(buf, p, BGP_KEEPALIVE); in session_keepalive() 1737 session_sendmsg(buf, p, BGP_UPDATE); in session_update() 1853 session_sendmsg(buf, p, BGP_NOTIFICATION); in session_notification() 1919 session_sendmsg(buf, p, BGP_RREFRESH); in session_rrefresh()
|