Symbol: RT
bin/mined/mined.h
340
void RT(int);
bin/mined/mined1.c
1596
case 'C': return(RT);
libexec/getty/main.c
250
to.tv_sec = RT;
libexec/getty/main.c
252
i = select(32, &rfds, NULL, NULL, RT ? &to : NULL);
sbin/routed/output.c
449
if ((RT->rt_state & RS_IF)
sbin/routed/output.c
450
&& RT->rt_ifp != 0
sbin/routed/output.c
451
&& (RT->rt_ifp->int_state & IS_PASSIVE)
sbin/routed/output.c
452
&& !(RT->rt_state & RS_MHOME))
sbin/routed/output.c
460
&& !(RT->rt_state & RS_MHOME))
sbin/routed/output.c
463
dst = RT->rt_dst;
sbin/routed/output.c
470
if (RT->rt_state & RS_NET_SYN) {
sbin/routed/output.c
471
if (RT->rt_state & RS_NET_INT) {
sbin/routed/output.c
476
ntohl(dst), RT->rt_mask))
sbin/routed/output.c
491
ntohl(dst), RT->rt_mask))
sbin/routed/output.c
502
if (!(RT->rt_state & RS_IF)
sbin/routed/output.c
503
&& RT->rt_gate != myaddr
sbin/routed/output.c
504
&& RT->rt_gate != loopaddr)
sbin/routed/output.c
505
nhop = RT->rt_gate;
sbin/routed/output.c
510
metric = RT->rt_metric;
sbin/routed/output.c
513
if (RT->rt_state & RS_MHOME) {
sbin/routed/output.c
517
} else if (RT_ISHOST(RT)) {
sbin/routed/output.c
525
if ((RT->rt_state & RS_LOCAL)
sbin/routed/output.c
551
&& ((RT->rt_state & RS_SUBNET)
sbin/routed/output.c
559
if ((RT->rt_state & RS_SUBNET)
sbin/routed/output.c
584
&& (!(RT->rt_state & RS_IF)
sbin/routed/output.c
586
for (rts = RT->rt_spares, i = NUM_SPARES; i != 0; i--, rts++) {
sbin/routed/output.c
605
if (RT->rt_poison_time < now_expire
sbin/routed/output.c
606
|| RT->rt_poison_metric >= metric
sbin/routed/output.c
607
|| RT->rt_spares[1].rts_gate == 0) {
sbin/routed/output.c
619
if (RT->rt_poison_metric >= metric
sbin/routed/output.c
620
|| RT->rt_poison_time < now_expire) {
sbin/routed/output.c
621
RT->rt_poison_time = now.tv_sec;
sbin/routed/output.c
622
RT->rt_poison_metric = metric;
sbin/routed/output.c
628
pref = RT->rt_poison_metric + ws.metric;
sbin/routed/output.c
640
|| RT->rt_poison_time < now_garbage))
sbin/routed/output.c
646
ag_check(dst, RT->rt_mask, 0, nhop, metric, pref,
sbin/routed/output.c
647
RT->rt_seqno, RT->rt_tag, ags, supply_out);
sbin/routed/table.c
1372
if (RT->rt_state & RS_NET_SYN)
sbin/routed/table.c
1375
if (!(RT->rt_state & RS_IF)) {
sbin/routed/table.c
1388
if (RT_ISHOST(RT)
sbin/routed/table.c
1389
&& ntohl(RT->rt_dst) == RT->rt_gate)
sbin/routed/table.c
1396
if (RT->rt_ifp != 0 && (RT->rt_ifp->int_state & IS_EXTERNAL))
sbin/routed/table.c
1410
if (RT->rt_ifp == 0
sbin/routed/table.c
1411
|| (RT->rt_ifp->int_state & IS_REMOTE))
sbin/routed/table.c
1420
if ((RT->rt_state & RS_RDISC) && rip_sock < 0)
sbin/routed/table.c
1423
metric = RT->rt_metric;
sbin/routed/table.c
1431
ag_check(RT->rt_dst, RT->rt_mask, RT->rt_gate, 0,
sbin/routed/table.c
1930
rts = RT->rt_spares;
sbin/routed/table.c
1936
rts_delete(RT, rts);
sbin/routed/table.c
1943
if (RT->rt_ifp == 0 || !(RT->rt_ifp->int_state & IS_BROKE))
sbin/routed/table.c
1948
if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {
sbin/routed/table.c
1949
rtbad(RT);
sbin/routed/table.c
1953
rtbad_sub(RT);
sbin/routed/table.c
1973
rts = RT->rt_spares;
sbin/routed/table.c
1978
if (!AGE_RT(RT->rt_state, ifp)) {
sbin/routed/table.c
1989
rtdelete(RT);
sbin/routed/table.c
2005
rts_delete(RT, rts);
sbin/routed/table.c
2010
if (now_stale <= RT->rt_time)
sbin/routed/table.c
2014
rtswitch(RT, 0);
sbin/routed/table.c
2017
if (now_garbage > RT->rt_time) {
sbin/routed/table.c
2018
rtdelete(RT);
sbin/routed/table.c
2023
if (now.tv_sec - RT->rt_time > EXPIRE_TIME) {
sbin/routed/table.c
2024
struct rt_spare new = RT->rt_spares[0];
sbin/routed/table.c
2026
rtchange(RT, RT->rt_state, &new, 0);
sbin/routed/trace.c
806
rtname(RT->rt_dst, RT->rt_mask, RT->rt_gate));
sbin/routed/trace.c
807
print_rts(&RT->rt_spares[0], 0,0,0,0, AGE_RT(RT->rt_state, RT->rt_ifp));
sbin/routed/trace.c
808
trace_bits(rs_bits, RT->rt_state, 0);
sbin/routed/trace.c
809
if (RT->rt_poison_time >= now_garbage
sbin/routed/trace.c
810
&& RT->rt_poison_metric < RT->rt_metric)
sbin/routed/trace.c
812
RT->rt_poison_metric, ts(RT->rt_poison_time));
sbin/routed/trace.c
814
rts = &RT->rt_spares[1];
sys/dev/drm/radeon/sumo_dpm.c
217
rcu_pwr_gating_cntl |= RT(r_t) | IT(i_t);