Home | History | Annotate | Download | only in ntpd

Lines Matching defs:it2

415     ioctl_trans_di      *it2;
503 it2 = (ioctl_trans_di*)alloca(itAllocationLength2);
504 if (it2 == NULL) {
510 it2->dest = TSYNC_LEAP_DEST_ID;
511 it2->iid = TSYNC_LEAP_IID;
512 it2->inPayloadOffset = TSYNC_LEAP_IN_PYLD_OFF;
513 it2->inLength = TSYNC_LEAP_IN_LEN;
514 it2->outPayloadOffset = TSYNC_LEAP_OUT_PYLD_OFF;
515 it2->maxOutLength = TSYNC_LEAP_MAX_OUT_LEN;
516 it2->actualOutLength = 0;
517 it2->status = 0;
518 memset(it2->payloads, 0, TSYNC_LEAP_MAX_OUT_LEN);
523 (char *)it2);
538 (it->status != 0) || (it1->status != 0) || (it2->status != 0) ||
541 (it2->actualOutLength != TSYNC_LEAP_OUT_LEN)) {
563 ((unsigned char*)(it2->payloads))[(i * 4) + (3 - j)];