Searched refs:almp (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/libparse/ |
H A D | data_mbg.c | 471 ALM *almp in get_mbg_alm() argument 474 almp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_alm() 475 almp->valid = get_lsb_int16(buffpp); in get_mbg_alm() 477 almp->health = (HEALTH) get_lsb_short(buffpp); in get_mbg_alm() 478 get_mbg_tgps(buffpp, &almp->t0a); in get_mbg_alm() 481 FETCH_DOUBLE(buffpp, &almp->sqrt_A); in get_mbg_alm() 482 FETCH_DOUBLE(buffpp, &almp->e); in get_mbg_alm() 484 FETCH_DOUBLE(buffpp, &almp->M0); in get_mbg_alm() 485 FETCH_DOUBLE(buffpp, &almp->omega); in get_mbg_alm() 486 FETCH_DOUBLE(buffpp, &almp->OMEGA0); in get_mbg_alm() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-ospf.c | 624 const struct aslametric *almp; in ospf_print_lsa() local 746 almp = lsap->lsa_un.un_asla.asla_metric; in ospf_print_lsa() 747 while ((const u_char *)almp < ls_end) { in ospf_print_lsa() 750 ul = GET_BE_U_4(almp->asla_tosmetric); in ospf_print_lsa() 761 if (GET_IPV4_TO_NETWORK_ORDER(almp->asla_forward) != 0) { in ospf_print_lsa() 762 ND_PRINT(", forward %s", GET_IPADDR_STRING(almp->asla_forward)); in ospf_print_lsa() 764 if (GET_IPV4_TO_NETWORK_ORDER(almp->asla_tag) != 0) { in ospf_print_lsa() 765 ND_PRINT(", tag %s", GET_IPADDR_STRING(almp->asla_tag)); in ospf_print_lsa() 767 ++almp; in ospf_print_lsa()
|
H A D | print-ospf6.c | 465 const struct aslametric *almp; in ospf6_print_lsa()
|