HomeSort by: relevance | last modified time | path
    Searched defs:ttt (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/routed/
radix.c 856 struct radix_node *t, *tt, *ttt; local in function:rn_inithead
863 ttt = rnh->rnh_nodes + 2;
864 t->rn_r = ttt;
869 *ttt = *tt;
870 ttt->rn_key = rn_ones;
  /src/sys/net/
radix.c 1084 struct radix_node *ttt; local in function:rn_inithead0
1088 ttt = rnh->rnh_nodes + 2;
1089 t->rn_r = ttt;
1094 *ttt = *tt;
1095 ttt->rn_key = rn_ones;
  /src/sys/netinet/
sctp_indata.c 3139 struct sctp_tmit_chunk *ttt; local in function:sctp_strike_gap_ack_chunks
3140 ttt = TAILQ_FIRST(&asoc->send_queue);
3142 ttt->rec.data.TSN_seq - 1;
  /src/sys/dev/usb/
xhci.c 3800 uint8_t ttt = local in function:xhci_setup_tthub
3804 cp[2] |= XHCI_SCTX_2_TT_THINK_TIME_SET(ttt);
3805 DPRINTFN(4, "nports=%jd ttt=%jd", hd->bNbrPorts, ttt, 0, 0);

Completed in 19 milliseconds