Home
last modified time | relevance | path

Searched refs:L_ISZERO (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c372 if (L_ISZERO(&p_org) || in valid_NAK()
373 L_ISZERO( myorg) || in valid_NAK()
1879 if (L_ISZERO(&peer->bxmt)) { in receive()
1959 if (L_ISZERO(&p_xmt)) { in receive()
2016 DEBUG_INSIST(!L_ISZERO(&p_xmt)); in receive()
2017 if ( L_ISZERO(&p_org) /* We checked p_xmt above */ in receive()
2018 || L_ISZERO(&p_rec)) { in receive()
2091 } else if (L_ISZERO(&p_org)) { in receive()
2127 } else if ( L_ISZERO(&peer->aorg) && MODE_CLIENT != hismode in receive()
2140 if ( !L_ISZERO(&peer->dst) in receive()
[all …]
H A Drefclock_arc.c1001 if(L_ISZERO(&(up->lastrec)) || in arc_receive()
1009 if(!L_ISZERO(&(up->lastrec))) { in arc_receive()
1141 if(L_ISZERO(&(up->lastrec))) { in arc_receive()
H A Drefclock_wwvb.c312 if (L_ISZERO(&pp->lastrec)) in wwvb_receive()
H A Drefclock_chu.c1007 if (L_ISZERO(&up->laststamp)) in chu_decode()
/freebsd/contrib/ntp/libparse/
H A Dieee754io.c481 if (L_ISZERO(&outlfp)) in put_ieee754()
/freebsd/contrib/ntp/libntp/
H A Dsystime.c255 if ( !L_ISZERO(&lfp_prev) in get_systime()
/freebsd/contrib/ntp/include/
H A Dntp_fp.h240 #define L_ISZERO(v) (((v)->l_ui | (v)->l_uf) == 0) macro
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c867 if (L_ISZERO(&rec) || !L_ISHIS(&server->org, &rec)) { in receive()