Lines Matching refs:ic

2518 	register struct info_control *ic;
2539 ic = (struct info_control *)prepare_pkt(srcadr, inter, inpkt,
2542 ic->ctltimereset = htonl((u_int32)(current_time - ctltimereset));
2543 ic->numctlreq = htonl((u_int32)numctlreq);
2544 ic->numctlbadpkts = htonl((u_int32)numctlbadpkts);
2545 ic->numctlresponses = htonl((u_int32)numctlresponses);
2546 ic->numctlfrags = htonl((u_int32)numctlfrags);
2547 ic->numctlerrors = htonl((u_int32)numctlerrors);
2548 ic->numctltooshort = htonl((u_int32)numctltooshort);
2549 ic->numctlinputresp = htonl((u_int32)numctlinputresp);
2550 ic->numctlinputfrag = htonl((u_int32)numctlinputfrag);
2551 ic->numctlinputerr = htonl((u_int32)numctlinputerr);
2552 ic->numctlbadoffset = htonl((u_int32)numctlbadoffset);
2553 ic->numctlbadversion = htonl((u_int32)numctlbadversion);
2554 ic->numctldatatooshort = htonl((u_int32)numctldatatooshort);
2555 ic->numctlbadop = htonl((u_int32)numctlbadop);
2556 ic->numasyncmsgs = htonl((u_int32)numasyncmsgs);
2629 register struct info_clock *ic;
2645 ic = (struct info_clock *)prepare_pkt(srcadr, inter, inpkt,
2660 ic->clockadr = NSRCADR(&addr);
2661 ic->type = clock_stat.type;
2662 ic->flags = clock_stat.flags;
2663 ic->lastevent = clock_stat.lastevent;
2664 ic->currentstatus = clock_stat.currentstatus;
2665 ic->polls = htonl((u_int32)clock_stat.polls);
2666 ic->noresponse = htonl((u_int32)clock_stat.noresponse);
2667 ic->badformat = htonl((u_int32)clock_stat.badformat);
2668 ic->baddata = htonl((u_int32)clock_stat.baddata);
2669 ic->timestarted = htonl((u_int32)clock_stat.timereset);
2671 HTONL_FP(&ltmp, &ic->fudgetime1);
2673 HTONL_FP(&ltmp, &ic->fudgetime2);
2674 ic->fudgeval1 = htonl((u_int32)clock_stat.fudgeval1);
2675 ic->fudgeval2 = htonl((u_int32)clock_stat.fudgeval2);
2679 ic = (struct info_clock *)more_pkt();
2769 register struct info_clkbug *ic;
2784 ic = (struct info_clkbug *)prepare_pkt(srcadr, inter, inpkt,
2802 ic->clockadr = NSRCADR(&addr);
2806 ic->nvalues = (u_char)i;
2807 ic->svalues = htons((u_short) (bug.svalues & ((1<<i)-1)));
2809 ic->values[i] = htonl(bug.values[i]);
2814 ic->ntimes = (u_char)i;
2815 ic->stimes = htonl(bug.stimes);
2817 HTONL_FP(&bug.times[i], &ic->times[i]);
2820 ic = (struct info_clkbug *)more_pkt();