Lines Matching defs:ik
2447 register struct info_kernel *ik;
2458 ik = (struct info_kernel *)prepare_pkt(srcadr, inter, inpkt,
2464 ik->offset = htonl((u_int32)ntx.offset);
2465 ik->freq = htonl((u_int32)ntx.freq);
2466 ik->maxerror = htonl((u_int32)ntx.maxerror);
2467 ik->esterror = htonl((u_int32)ntx.esterror);
2468 ik->status = htons(ntx.status);
2469 ik->constant = htonl((u_int32)ntx.constant);
2470 ik->precision = htonl((u_int32)ntx.precision);
2471 ik->tolerance = htonl((u_int32)ntx.tolerance);
2476 ik->ppsfreq = htonl((u_int32)ntx.ppsfreq);
2477 ik->jitter = htonl((u_int32)ntx.jitter);
2478 ik->shift = htons(ntx.shift);
2479 ik->stabil = htonl((u_int32)ntx.stabil);
2480 ik->jitcnt = htonl((u_int32)ntx.jitcnt);
2481 ik->calcnt = htonl((u_int32)ntx.calcnt);
2482 ik->errcnt = htonl((u_int32)ntx.errcnt);
2483 ik->stbcnt = htonl((u_int32)ntx.stbcnt);