Searched refs:hold_time (Results 1 - 20 of 20) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/isisd/
H A Disis_pdu.h128 u_int16_t hold_time; member in struct:isis_lan_hello_hdr
154 u_int16_t hold_time; member in struct:isis_p2p_hello_hdr
H A Disis_adjacency.h96 u_int16_t hold_time; /* entryRemainingTime */ member in struct:isis_adjacency
100 struct thread *t_expire; /* expire after hold_time */
H A Disis_adjacency.c318 snpa_print (adj->snpa), adj->level, adj->hold_time);
399 vty_out (vty, "%-9lu", adj->last_upd + adj->hold_time - now);
419 time2string (adj->last_upd + adj->hold_time - now));
421 vty_out (vty, ", Expires in %s", time2string (adj->hold_time));
H A Disis_pdu.c598 adj->hold_time = ntohs (hdr->hold_time);
623 (long) adj->hold_time);
967 hdr.hold_time = stream_getw (circuit->rcv_stream);
1194 adj->hold_time = hdr.hold_time;
1223 (long) adj->hold_time);
2362 hello_hdr.hold_time = htons ((u_int16_t) interval);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/isisd/
H A Disis_pdu.h128 u_int16_t hold_time; member in struct:isis_lan_hello_hdr
154 u_int16_t hold_time; member in struct:isis_p2p_hello_hdr
H A Disis_adjacency.h96 u_int16_t hold_time; /* entryRemainingTime */ member in struct:isis_adjacency
100 struct thread *t_expire; /* expire after hold_time */
H A Disis_adjacency.c318 snpa_print (adj->snpa), adj->level, adj->hold_time);
399 vty_out (vty, "%-9lu", adj->last_upd + adj->hold_time - now);
419 time2string (adj->last_upd + adj->hold_time - now));
421 vty_out (vty, ", Expires in %s", time2string (adj->hold_time));
H A Disis_pdu.c598 adj->hold_time = ntohs (hdr->hold_time);
623 (long) adj->hold_time);
967 hdr.hold_time = stream_getw (circuit->rcv_stream);
1194 adj->hold_time = hdr.hold_time;
1223 (long) adj->hold_time);
2362 hello_hdr.hold_time = htons ((u_int16_t) interval);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/isisd/
H A Disis_pdu.h128 u_int16_t hold_time; member in struct:isis_lan_hello_hdr
154 u_int16_t hold_time; member in struct:isis_p2p_hello_hdr
H A Disis_adjacency.h96 u_int16_t hold_time; /* entryRemainingTime */ member in struct:isis_adjacency
100 struct thread *t_expire; /* expire after hold_time */
H A Disis_adjacency.c318 snpa_print (adj->snpa), adj->level, adj->hold_time);
399 vty_out (vty, "%-9lu", adj->last_upd + adj->hold_time - now);
419 time2string (adj->last_upd + adj->hold_time - now));
421 vty_out (vty, ", Expires in %s", time2string (adj->hold_time));
H A Disis_pdu.c598 adj->hold_time = ntohs (hdr->hold_time);
623 (long) adj->hold_time);
967 hdr.hold_time = stream_getw (circuit->rcv_stream);
1194 adj->hold_time = hdr.hold_time;
1223 (long) adj->hold_time);
2362 hello_hdr.hold_time = htons ((u_int16_t) interval);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/babeld/
H A Droute.h62 unsigned short hold_time; /* in seconds */ member in struct:babel_route
H A Droute.c511 return route->time < babel_now.tv_sec - route->hold_time * 7 / 8;
517 return route->time < babel_now.tv_sec - route->hold_time;
682 int hold_time = MAX((4 * interval) / 100 + interval / 50, 15); local
743 route->hold_time = hold_time;
779 route->hold_time = hold_time;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/babeld/
H A Droute.h62 unsigned short hold_time; /* in seconds */ member in struct:babel_route
H A Droute.c511 return route->time < babel_now.tv_sec - route->hold_time * 7 / 8;
517 return route->time < babel_now.tv_sec - route->hold_time;
682 int hold_time = MAX((4 * interval) / 100 + interval / 50, 15); local
743 route->hold_time = hold_time;
779 route->hold_time = hold_time;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/babeld/
H A Droute.h62 unsigned short hold_time; /* in seconds */ member in struct:babel_route
H A Droute.c511 return route->time < babel_now.tv_sec - route->hold_time * 7 / 8;
517 return route->time < babel_now.tv_sec - route->hold_time;
682 int hold_time = MAX((4 * interval) / 100 + interval / 50, 15); local
743 route->hold_time = hold_time;
779 route->hold_time = hold_time;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/bridge/
H A Dbr_fdb.c153 static inline unsigned long hold_time(const struct net_bridge *br) function
162 time_before_eq(fdb->ageing_timer + hold_time(br), jiffies);
235 unsigned long delay = hold_time(br);
545 if (hold_time(br) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/bridge/
H A Dbr_fdb.c153 static inline unsigned long hold_time(const struct net_bridge *br) function
162 time_before_eq(fdb->ageing_timer + hold_time(br), jiffies);
235 unsigned long delay = hold_time(br);
545 if (hold_time(br) == 0)

Completed in 195 milliseconds