• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/ntp/ntpd/

Lines Matching refs:buf4

2445 	unsigned char *buf, *buf4;
2467 buf4 = &buf[4];
2473 alminfo->t_oa_raw = buf4[0];
2474 alminfo->SV_health = buf4[1];
2475 alminfo->e = bGetSingle(&buf4[2]);
2476 alminfo->t_oa = bGetSingle(&buf4[6]);
2477 alminfo->i_0 = bGetSingle(&buf4[10]);
2478 alminfo->OMEGADOT = bGetSingle(&buf4[14]);
2479 alminfo->sqrt_A = bGetSingle(&buf4[18]);
2480 alminfo->OMEGA_0 = bGetSingle(&buf4[22]);
2481 alminfo->omega = bGetSingle(&buf4[26]);
2482 alminfo->M_0 = bGetSingle(&buf4[30]);
2483 alminfo->a_f0 = bGetSingle(&buf4[34]);
2484 alminfo->a_f1 = bGetSingle(&buf4[38]);
2485 alminfo->Axis = bGetSingle(&buf4[42]);
2486 alminfo->n = bGetSingle(&buf4[46]);
2487 alminfo->OMEGA_n = bGetSingle(&buf4[50]);
2488 alminfo->ODOT_n = bGetSingle(&buf4[54]);
2489 alminfo->t_zc = bGetSingle(&buf4[58]);
2490 alminfo->weeknum = bGetShort(&buf4[62]);
2491 alminfo->wn_oa = bGetShort(&buf4[64]);
2499 memcpy (data_packet, buf4, dl);
2506 ioninfo->alpha_0 = bGetSingle (&buf4[8]);
2507 ioninfo->alpha_1 = bGetSingle (&buf4[12]);
2508 ioninfo->alpha_2 = bGetSingle (&buf4[16]);
2509 ioninfo->alpha_3 = bGetSingle (&buf4[20]);
2510 ioninfo->beta_0 = bGetSingle (&buf4[24]);
2511 ioninfo->beta_1 = bGetSingle (&buf4[28]);
2512 ioninfo->beta_2 = bGetSingle (&buf4[32]);
2513 ioninfo->beta_3 = bGetSingle (&buf4[36]);
2520 utcinfo->A_0 = bGetDouble (&buf4[13]);
2521 utcinfo->A_1 = bGetSingle (&buf4[21]);
2522 utcinfo->delta_t_LS = bGetShort (&buf4[25]);
2523 utcinfo->t_ot = bGetSingle(&buf4[27]);
2524 utcinfo->WN_t = bGetShort (&buf4[31]);
2525 utcinfo->WN_LSF = bGetShort (&buf4[33]);
2526 utcinfo->DN = bGetShort (&buf4[35]);
2527 utcinfo->delta_t_LSF = bGetShort (&buf4[37]);
2536 navinfo->sv_number = buf4[0];
2537 navinfo->t_ephem = bGetSingle (&buf4[1]);
2538 navinfo->ephclk.weeknum = bGetShort (&buf4[5]);
2540 navinfo->ephclk.codeL2 = buf4[7];
2541 navinfo->ephclk.L2Pdata = buf4[8];
2542 navinfo->ephclk.SVacc_raw = buf4[9];
2543 navinfo->ephclk.SV_health = buf4[10];
2544 navinfo->ephclk.IODC = bGetShort (&buf4[11]);
2545 navinfo->ephclk.T_GD = bGetSingle (&buf4[13]);
2546 navinfo->ephclk.t_oc = bGetSingle (&buf4[17]);
2547 navinfo->ephclk.a_f2 = bGetSingle (&buf4[21]);
2548 navinfo->ephclk.a_f1 = bGetSingle (&buf4[25]);
2549 navinfo->ephclk.a_f0 = bGetSingle (&buf4[29]);
2550 navinfo->ephclk.SVacc = bGetSingle (&buf4[33]);
2552 navinfo->ephorb.IODE = buf4[37];
2553 navinfo->ephorb.fit_interval = buf4[38];
2554 navinfo->ephorb.C_rs = bGetSingle (&buf4[39]);
2555 navinfo->ephorb.delta_n = bGetSingle (&buf4[43]);
2556 navinfo->ephorb.M_0 = bGetDouble (&buf4[47]);
2557 navinfo->ephorb.C_uc = bGetSingle (&buf4[55]);
2558 navinfo->ephorb.e = bGetDouble (&buf4[59]);
2559 navinfo->ephorb.C_us = bGetSingle (&buf4[67]);
2560 navinfo->ephorb.sqrt_A = bGetDouble (&buf4[71]);
2561 navinfo->ephorb.t_oe = bGetSingle (&buf4[79]);
2562 navinfo->ephorb.C_ic = bGetSingle (&buf4[83]);
2563 navinfo->ephorb.OMEGA_0 = bGetDouble (&buf4[87]);
2564 navinfo->ephorb.C_is = bGetSingle (&buf4[95]);
2565 navinfo->ephorb.i_0 = bGetDouble (&buf4[99]);
2566 navinfo->ephorb.C_rc = bGetSingle (&buf4[107]);
2567 navinfo->ephorb.omega = bGetDouble (&buf4[111]);
2568 navinfo->ephorb.OMEGADOT=bGetSingle (&buf4[119]);
2569 navinfo->ephorb.IDOT = bGetSingle (&buf4[123]);
2570 navinfo->ephorb.Axis = bGetDouble (&buf4[127]);
2571 navinfo->ephorb.n = bGetDouble (&buf4[135]);
2572 navinfo->ephorb.r1me2 = bGetDouble (&buf4[143]);
2573 navinfo->ephorb.OMEGA_n=bGetDouble (&buf4[151]);
2574 navinfo->ephorb.ODOT_n = bGetDouble (&buf4[159]);