Searched refs:KEEPALIVE (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.sbin/ripd/
H A Drip.h37 #define KEEPALIVE 30 macro
H A Dmessage.c48 tv.tv_sec = KEEPALIVE + arc4random_uniform(OFFSET);
58 tv.tv_sec = KEEPALIVE + arc4random_uniform(OFFSET);
/openbsd-current/usr.sbin/bgpd/
H A Dsession.h74 KEEPALIVE, enumerator in enum:msg_type
H A Dsession.c1654 if ((buf = session_newmsg(KEEPALIVE, MSGSIZE_KEEPALIVE)) == NULL ||
2038 case KEEPALIVE:
2132 case KEEPALIVE:
2135 "received KEEPALIVE: illegal len: %u byte", *len);
/openbsd-current/usr.sbin/ldpd/
H A Dparse.y146 %token KEEPALIVE TRANSADDRESS TRANSPREFERENCE DSCISCOINTEROP
380 | KEEPALIVE NUMBER {
525 nbr_opts : KEEPALIVE NUMBER {
929 {"keepalive", KEEPALIVE},
/openbsd-current/usr.sbin/bgpctl/
H A Dbgpctl.c1801 case KEEPALIVE:

Completed in 135 milliseconds