Home
last modified time | relevance | path

Searched refs:L_ISEQU (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ntp/sntp/
H A Dnetworking.c280 if (!L_ISEQU(&rpkt->org, &spkt->xmt)) { in process_pkt()
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c374 !L_ISEQU(&p_org, myorg)) { in valid_NAK()
1974 } else if ( ((FLAG_LOOPNONCE & peer->flags) && L_ISEQU(&peer->nonce, &p_xmt)) in receive()
1975 || (!(FLAG_LOOPNONCE & peer->flags) && L_ISEQU(&peer->xmt, &p_xmt)) in receive()
2026 if ( !L_ISEQU(&p_xmt, &p_org) in receive()
2027 || !L_ISEQU(&p_xmt, &p_rec)) { in receive()
2036 if (peer->flip == 0 && !L_ISEQU(&p_org, &peer->aorg)) { in receive()
2044 } else if (peer->flip == 1 && !L_ISEQU(&p_org, &peer->borg)) { in receive()
2130 } else if (!L_ISEQU(&p_org, &peer->aorg)) { in receive()
2141 && L_ISEQU(&p_org, &peer->dst)) { in receive()
2171 && !L_ISEQU(&p_org, &peer->dst)) { in receive()
H A Dntp_peer.c344 if (!L_ISEQU(&p->aorg, &pkt_org) && in findpeer()
1151 if (L_ISEQU(&p_org, &peer->aorg)) {
H A Drefclock_jupiter.c461 if (L_ISEQU(&tstmp, &up->rcv_pps)) in jupiter_pps()
H A Drefclock_nmea.c955 if (L_ISEQU(&up->last_reftime, &rd_reftime)) { in nmea_procrec()
H A Drefclock_msfees.c1235 return(L_ISGEQ(a, b) ? (L_ISEQU(a, b) ? 0 : 1) : -1); in offcompare()
H A Dntp_control.c4140 if (L_ISEQU(&mon->last, &last[i])) in read_mru_list()
/freebsd/contrib/ntp/sntp/tests/
H A DpacketHandling.c42 return !!(L_ISEQU(&expected, &actual)); in LfpEquality()
/freebsd/contrib/ntp/include/
H A Dntp_fp.h245 #define L_ISEQU(a, b) M_ISEQU((a)->l_ui, (a)->l_uf, (b)->l_ui, (b)->l_uf) macro
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c2771 if (!L_ISEQU(&last_older, in collect_mru_list()
2818 !L_ISEQU(&newest, in collect_mru_list()
3136 if (L_ISEQU(&pm1->last, &pm2->last))
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c805 if (!L_ISEQU(&org, &server->xmt)) { in receive()