11 #ifndef BGP_KEEPALIVE_MSG_H_    12 #define BGP_KEEPALIVE_MSG_H_    31     ssize_t 
doPrint(
size_t indent, uint8_t **to, 
size_t *buf_sz) 
const;
    32     ssize_t 
parse(
const uint8_t *from, 
size_t msg_sz);
    33     ssize_t 
write(uint8_t *to, 
size_t buf_sz) 
const;
    38 #endif // BGP_KEEPALIVE_MSG_H_ BgpKeepaliveMessage(BgpLogHandler *logger)
Construct a new Bgp Keepalive Message:: Bgp Keepalive Message object. 
 
ssize_t write(uint8_t *to, size_t buf_sz) const
Serialize a BGP message body. 
 
ssize_t doPrint(size_t indent, uint8_t **to, size_t *buf_sz) const
Print implementation. 
 
The BgpMessage base class. 
 
The BgpKeepaliveMessage class. 
 
ssize_t parse(const uint8_t *from, size_t msg_sz)
Deserialize a BGP message body.