Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/bgpd/
Drtr_proto.c279 rtr_newmsg(struct rtr_session *rs, enum rtr_pdu_type type, uint32_t len, in rtr_newmsg() function
348 buf = rtr_newmsg(rs, ERROR_REPORT, 2 * sizeof(uint32_t) + len + mlen, in rtr_send_error()
377 buf = rtr_newmsg(rs, RESET_QUERY, 0, 0); in rtr_send_reset_query()
394 buf = rtr_newmsg(rs, SERIAL_QUERY, sizeof(uint32_t), rs->session_id); in rtr_send_serial_query()