session_newmsg
if ((buf = session_newmsg(BGP_OPEN, len)) == NULL) {
if ((buf = session_newmsg(BGP_KEEPALIVE, MSGSIZE_KEEPALIVE)) == NULL) {
if ((buf = session_newmsg(BGP_UPDATE, MSGSIZE_HEADER + len)) == NULL) {
if ((buf = session_newmsg(BGP_NOTIFICATION,
if ((buf = session_newmsg(BGP_RREFRESH, MSGSIZE_RREFRESH)) == NULL) {