Searched refs:L_ISEQU (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ntp/sntp/ |
H A D | networking.c | 280 if (!L_ISEQU(&rpkt->org, &spkt->xmt)) { in process_pkt()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 374 !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 D | ntp_peer.c | 344 if (!L_ISEQU(&p->aorg, &pkt_org) && in findpeer() 1151 if (L_ISEQU(&p_org, &peer->aorg)) {
|
H A D | refclock_jupiter.c | 461 if (L_ISEQU(&tstmp, &up->rcv_pps)) in jupiter_pps()
|
H A D | refclock_nmea.c | 955 if (L_ISEQU(&up->last_reftime, &rd_reftime)) { in nmea_procrec()
|
H A D | refclock_msfees.c | 1235 return(L_ISGEQ(a, b) ? (L_ISEQU(a, b) ? 0 : 1) : -1); in offcompare()
|
H A D | ntp_control.c | 4140 if (L_ISEQU(&mon->last, &last[i])) in read_mru_list()
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | packetHandling.c | 42 return !!(L_ISEQU(&expected, &actual)); in LfpEquality()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_fp.h | 245 #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 D | ntpq-subs.c | 2771 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 D | ntpdate.c | 805 if (!L_ISEQU(&org, &server->xmt)) { in receive()
|