Home
last modified time | relevance | path

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

/dports/net/bird/bird-1.6.8/proto/babel/
H A Dbabel.h44 #define BABEL_HELLO_EXPIRY_FACTOR(X) ((X)*3/2) /* 1.5 */ macro
H A Dbabel.c922 n->hello_expiry = now + BABEL_HELLO_EXPIRY_FACTOR(interval); in babel_update_hello_history()
/dports/net/bird2/bird-2.0.8/proto/babel/
H A Dbabel.h44 #define BABEL_HELLO_EXPIRY_FACTOR(X) ((btime)(X)*3/2) /* 1.5 */ macro
H A Dbabel.c1104 n->hello_expiry = current_time() + BABEL_HELLO_EXPIRY_FACTOR(interval); in babel_update_hello_history()