Searched defs:rts (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c1067 struct rt_spare *rts, *rts0; local
1125 for (rts = rts0, i = rt->rt_num_spares; i != 0; i--, rts++) {
1126 if (rts->rts_router == new->rts_router)
1132 if (BETTER_LINK(rt, rts0, rts))
1133 rts0 = rts;
1147 if (new->rts_de_ag > rts->rts_de_ag &&
1148 now_stale <= rts->rts_time)
1155 if (rts->rts_metric == HOPCNT_INFINITY &&
1157 new->rts_time = rts
[all...]
H A Doutput.c497 struct rt_spare *rts; local
652 for (rts = RT->rt_spares, sparecount = 0;
653 sparecount < RT->rt_num_spares; sparecount++, rts++) {
654 if (rts->rts_metric > metric || rts->rts_ifp != ws.ifp)
H A Drdisc.c516 struct rt_spare *rts = NULL; local
529 rts = &rt->rt_spares[i];
533 if (rts != NULL)
534 rts_delete(rt, rts);
578 struct rt_spare new, *rts; local
602 rts = &rt->rt_spares[j];
603 if (rts->rts_gate == 0 || rts->rts_origin != RO_RIP ||
604 rts->rts_ifp == &dummy_ifp) {
617 rts
[all...]
H A Dtrace.c762 print_rts(struct rt_spare *rts, argument
772 (void) fprintf(ftrace, "metric=%-2d ", rts->rts_metric);
774 (void) fprintf(ftrace, "%s ", (rts->rts_ifp == 0 ?
775 "if?" : rts->rts_ifp->int_name));
777 (force_router == 0 && rts->rts_router != rts->rts_gate))
779 naddr_ntoa(rts->rts_router));
781 (void) fprintf(ftrace, "%s ", ts(rts->rts_time));
783 (force_tag == 0 && rts->rts_tag != 0))
784 (void) fprintf(ftrace, "tag=%#x ", ntohs(rts
870 trace_upslot(struct rt_entry *rt, struct rt_spare *rts, struct rt_spare *new) argument
1048 struct rt_spare *rts; local
[all...]
H A Dtable.c1246 struct rt_spare new, *rts, *losing_rts = NULL; local
1261 rts = &rt->rt_spares[i];
1262 if (rts->rts_gate == S_ADDR(INFO_GATE(info))) {
1263 losing_rts = rts;
1266 if (rts->rts_gate != 0 && rts->rts_ifp != &dummy_ifp)
1982 struct rt_spare *rts; local
2067 rts = &RT->rt_spares[i];
2070 if (rts->rts_flags & RTS_EXTERNAL)
2073 if (rts
2310 struct rt_spare *rts; local
2416 struct rt_spare *rts, *rts1; local
2432 rtswitch(struct rt_entry *rt, struct rt_spare *rts) argument
2469 struct rt_spare *rts; local
2506 rts_delete(struct rt_entry *rt, struct rt_spare *rts) argument
2644 struct rt_spare *rts; local
2693 struct rt_spare *rts; local
2727 struct rt_spare *rts; local
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/
H A Dusa49msg.h144 uint8_t rts; /* 1=active, 0=inactive */ member in struct:keyspan_usa49_port_ctrl_msg
H A Dusa90msg.h91 uint8_t rts; /* 1=on, 0=off */ member in struct:keyspan_usa19hs_port_ctrl_msg
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c2135 rts_t *rts = (rts_t *)&itc[1]; local
2138 bzero(rts, sizeof (rts_t));
2142 connp->conn_rts = rts;
2144 rts->rts_connp = connp;
2160 rts_t *rts = (rts_t *)&itc[1]; local
2163 ASSERT(rts->rts_connp == connp);
2164 ASSERT(connp->conn_rts == rts);
H A Drts.c90 64 * 1024, /* TIDU_size. rts allows maximum size messages. */
91 T_COTS, /* SERV_type. rts supports connection oriented. */
97 * Table of ND variables supported by rts. These are loaded into rts_g_nd
139 129, "rts", 1, INFPSZ, 512, 128
198 * This routine closes rts stream, by disabling
259 rts_t *rts; local
281 rts = connp->conn_rts;
282 rw_enter(&rts->rts_rwlock, RW_WRITER);
297 rw_exit(&rts->rts_rwlock);
313 rts_t *rts; local
412 rts_t *rts = connp->conn_rts; local
433 rts_t *rts = connp->conn_rts; local
465 rts_copy_info(struct T_info_ack *tap, rts_t *rts) argument
482 rts_t *rts = connp->conn_rts; local
513 rts_t *rts = connp->conn_rts; local
539 rts_t *rts = connp->conn_rts; local
573 rts_t *rts = connp->conn_rts; local
725 rts_t *rts; local
746 rts_t *rts = connp->conn_rts; local
842 rts_t *rts = connp->conn_rts; local
926 rts_t *rts = connp->conn_rts; local
976 rts_t *rts = connp->conn_rts; local
1144 rts_t *rts = connp->conn_rts; local
1353 rts_t *rts = connp->conn_rts; local
1394 rts_t *rts = connp->conn_rts; local
1548 rts_t *rts = connp->conn_rts; local
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2127 timespec_t rts; local
2129 while (__nanosleep(&ts, &rts) == EINTR)
2130 ts = rts;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3208 int rts; local
3227 rts = TIOCM_RTS;
3230 rts = 0;
3249 (void) USBSER_DS_SET_MODEM_CTL(pp, TIOCM_RTS, rts);

Completed in 95 milliseconds