Searched refs:tt (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dradix.c112 rn_new_radix_mask(struct radix_node *tt,
400 struct radix_node *tt = nodes, *t = tt + 1; local
403 t->rn_left = tt;
405 tt->rn_bit = -1;
406 tt->rn_key = (caddr_t)v;
407 tt->rn_parent = t;
408 tt->rn_flags = t->rn_flags = RNF_ACTIVE;
409 tt->rn_mklist = t->rn_mklist = NULL;
411 tt
429 struct radix_node *tt; local
573 rn_new_radix_mask(struct radix_node *tt, struct radix_mask *next) argument
599 struct radix_node *t, *x = NULL, *tt; local
751 struct radix_node *t, *p, *x, *tt; local
1118 struct radix_node *t, *tt, *ttt; local
[all...]
/darwin-on-arm/xnu/bsd/dev/random/
H A Drandomdev.c320 struct timeval tt; local
324 microtime(&tt);
333 perr = prngInput(gPrngRef, (BYTE*) &tt, sizeof (tt), SYSTEM_SOURCE, 8);
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c133 int error, s, tt; variable
135 tt = *(int *)oidp->oid_arg1;
136 s = tt * 1000 / TCP_RETRANSHZ;;
142 tt = s * TCP_RETRANSHZ / 1000;
143 if (tt < 1)
146 *(int *)oidp->oid_arg1 = tt;

Completed in 79 milliseconds