Symbol: RT
crypto/openssl/test/radix/quic_bindings.c
673
|| !TEST_ptr(*p_ssl = RT()->ssl[idx]))
crypto/openssl/test/radix/quic_bindings.c
781
radix_activate_obj(RT()->slot[idx]);
crypto/openssl/test/radix/quic_bindings.c
825
RADIX_THREAD *rt = RT();
crypto/openssl/test/radix/quic_ops.c
656
if (buf_len > 0 && RT()->tmp_buf == NULL
crypto/openssl/test/radix/quic_ops.c
657
&& !TEST_ptr(RT()->tmp_buf = OPENSSL_malloc(buf_len)))
crypto/openssl/test/radix/quic_ops.c
660
r = SSL_read_ex(ssl, RT()->tmp_buf + RT()->tmp_buf_offset,
crypto/openssl/test/radix/quic_ops.c
661
buf_len - RT()->tmp_buf_offset,
crypto/openssl/test/radix/quic_ops.c
669
if (bytes_read + RT()->tmp_buf_offset != buf_len) {
crypto/openssl/test/radix/quic_ops.c
670
RT()->tmp_buf_offset += bytes_read;
crypto/openssl/test/radix/quic_ops.c
675
&& !TEST_mem_eq(RT()->tmp_buf, buf_len, buf, buf_len))
crypto/openssl/test/radix/quic_ops.c
678
OPENSSL_free(RT()->tmp_buf);
crypto/openssl/test/radix/quic_ops.c
679
RT()->tmp_buf = NULL;
crypto/openssl/test/radix/quic_ops.c
680
RT()->tmp_buf_offset = 0;
crypto/openssl/test/radix/quic_ops.c
720
if (RT()->scratch0 == 0) {
crypto/openssl/test/radix/quic_ops.c
730
RT()->scratch0 = 1; /* connect started */
crypto/openssl/test/radix/quic_ops.c
746
RT()->scratch0 = 0;
crypto/openssl/test/radix/quic_ops.c
943
RT()->slot[slot] = obj;
crypto/openssl/test/radix/quic_ops.c
944
RT()->ssl[slot] = obj->ssl;
crypto/openssl/test/radix/quic_ops.c
959
RT()->slot[slot] = NULL;
crypto/openssl/test/radix/quic_ops.c
960
RT()->ssl[slot] = NULL;
libexec/getty/main.c
248
to.tv_sec = RT;
libexec/getty/main.c
250
i = select(32, &rfds, NULL, NULL, RT ? &to : NULL);
sbin/routed/output.c
444
if ((RT->rt_state & RS_IF)
sbin/routed/output.c
445
&& RT->rt_ifp != 0
sbin/routed/output.c
446
&& (RT->rt_ifp->int_state & IS_PASSIVE)
sbin/routed/output.c
447
&& !(RT->rt_state & RS_MHOME))
sbin/routed/output.c
455
&& !(RT->rt_state & RS_MHOME))
sbin/routed/output.c
458
dst = RT->rt_dst;
sbin/routed/output.c
465
if (RT->rt_state & RS_NET_SYN) {
sbin/routed/output.c
466
if (RT->rt_state & RS_NET_INT) {
sbin/routed/output.c
471
ntohl(dst), RT->rt_mask))
sbin/routed/output.c
486
ntohl(dst), RT->rt_mask))
sbin/routed/output.c
497
if (!(RT->rt_state & RS_IF)
sbin/routed/output.c
498
&& RT->rt_gate != myaddr
sbin/routed/output.c
499
&& RT->rt_gate != loopaddr)
sbin/routed/output.c
500
nhop = RT->rt_gate;
sbin/routed/output.c
505
metric = RT->rt_metric;
sbin/routed/output.c
508
if (RT->rt_state & RS_MHOME) {
sbin/routed/output.c
512
} else if (RT_ISHOST(RT)) {
sbin/routed/output.c
520
if ((RT->rt_state & RS_LOCAL)
sbin/routed/output.c
545
&& ((RT->rt_state & RS_SUBNET)
sbin/routed/output.c
553
if ((RT->rt_state & RS_SUBNET)
sbin/routed/output.c
583
&& (!(RT->rt_state & RS_IF)
sbin/routed/output.c
585
for (rts = RT->rt_spares, i = NUM_SPARES; i != 0; i--, rts++) {
sbin/routed/output.c
604
if (RT->rt_poison_time < now_expire
sbin/routed/output.c
605
|| RT->rt_poison_metric >= metric
sbin/routed/output.c
606
|| RT->rt_spares[1].rts_gate == 0) {
sbin/routed/output.c
618
if (RT->rt_poison_metric >= metric
sbin/routed/output.c
619
|| RT->rt_poison_time < now_expire) {
sbin/routed/output.c
620
RT->rt_poison_time = now.tv_sec;
sbin/routed/output.c
621
RT->rt_poison_metric = metric;
sbin/routed/output.c
627
pref = RT->rt_poison_metric + ws.metric;
sbin/routed/output.c
639
|| RT->rt_poison_time < now_garbage))
sbin/routed/output.c
645
ag_check(dst, RT->rt_mask, 0, nhop, metric, pref,
sbin/routed/output.c
646
RT->rt_seqno, RT->rt_tag, ags, supply_out);
sbin/routed/table.c
1414
if (RT->rt_state & RS_NET_SYN)
sbin/routed/table.c
1417
if (!(RT->rt_state & RS_IF)) {
sbin/routed/table.c
1430
if (RT_ISHOST(RT)
sbin/routed/table.c
1431
&& ntohl(RT->rt_dst) == RT->rt_gate)
sbin/routed/table.c
1438
if (RT->rt_ifp != 0 && (RT->rt_ifp->int_state & IS_EXTERNAL))
sbin/routed/table.c
1452
if (RT->rt_ifp == 0
sbin/routed/table.c
1453
|| (RT->rt_ifp->int_state & IS_REMOTE))
sbin/routed/table.c
1462
if ((RT->rt_state & RS_RDISC) && rip_sock < 0)
sbin/routed/table.c
1465
metric = RT->rt_metric;
sbin/routed/table.c
1473
ag_check(RT->rt_dst, RT->rt_mask, RT->rt_gate, 0,
sbin/routed/table.c
1985
rts = RT->rt_spares;
sbin/routed/table.c
1991
rts_delete(RT, rts);
sbin/routed/table.c
1998
if (RT->rt_ifp == 0 || !(RT->rt_ifp->int_state & IS_BROKE))
sbin/routed/table.c
2003
if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {
sbin/routed/table.c
2004
rtbad(RT);
sbin/routed/table.c
2008
rtbad_sub(RT);
sbin/routed/table.c
2030
rts = RT->rt_spares;
sbin/routed/table.c
2035
if (!AGE_RT(RT->rt_state, ifp)) {
sbin/routed/table.c
2046
rtdelete(RT);
sbin/routed/table.c
2062
rts_delete(RT, rts);
sbin/routed/table.c
2067
if (now_stale <= RT->rt_time)
sbin/routed/table.c
2071
rtswitch(RT, 0);
sbin/routed/table.c
2074
if (now_garbage > RT->rt_time) {
sbin/routed/table.c
2075
rtdelete(RT);
sbin/routed/table.c
2080
if (now.tv_sec - RT->rt_time > EXPIRE_TIME) {
sbin/routed/table.c
2081
struct rt_spare new = RT->rt_spares[0];
sbin/routed/table.c
2083
rtchange(RT, RT->rt_state, &new, 0);
sbin/routed/trace.c
827
rtname(RT->rt_dst, RT->rt_mask, RT->rt_gate));
sbin/routed/trace.c
828
print_rts(&RT->rt_spares[0], 0,0,0,0, AGE_RT(RT->rt_state, RT->rt_ifp));
sbin/routed/trace.c
829
trace_bits(rs_bits, RT->rt_state, 0);
sbin/routed/trace.c
830
if (RT->rt_poison_time >= now_garbage
sbin/routed/trace.c
831
&& RT->rt_poison_metric < RT->rt_metric)
sbin/routed/trace.c
833
RT->rt_poison_metric, ts(RT->rt_poison_time));
sbin/routed/trace.c
835
rts = &RT->rt_spares[1];