Lines Matching defs:tid
47 lws_dll2_owner_t *owner, uint16_t tid, const char *name)
52 int n = 0, nmax = q->tids >= LWS_ARRAY_SIZE(q->tid) ?
53 LWS_ARRAY_SIZE(q->tid) : q->tids;
57 if ((tid & 0xfffe) == (q->tid[n] & 0xfffe))
60 if (name && q->qtype == ((tid & 1) ? LWS_ADNS_RECORD_AAAA :
211 /* we hack b0 of the tid to be 0 = A, 1 = AAAA */
600 int n = 0, nmax = q->tids >= LWS_ARRAY_SIZE(q->tid) ?
601 LWS_ARRAY_SIZE(q->tid) : q->tids;
605 if (check == q->tid[n])
621 uint16_t tid;
623 if (lws_get_random(context, &tid, 2) != 2)
627 (void *)(intptr_t)tid, check_tid))
631 LADNS_MOST_RECENT_TID(q) = tid;
637 lwsl_cx_err(context, "unable to get unique tid");
850 lwsl_cx_err(context, "tid fail");