Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/bgpd/
Dsession.h37 #define MSGSIZE_KEEPALIVE MSGSIZE_HEADER macro
Dsession.c1692 if ((buf = session_newmsg(BGP_KEEPALIVE, MSGSIZE_KEEPALIVE)) == NULL) { in session_keepalive()
2200 if (len != MSGSIZE_KEEPALIVE) { in parse_header()
/openbsd/src/usr.sbin/bgpctl/
Dbgpctl.c1805 if (len != MSGSIZE_KEEPALIVE) { in show_mrt_msg()