Home
last modified time | relevance | path

Searched refs:FMAXINT (Results 1 – 4 of 4) sorted by relevance

/src/contrib/tcpdump/
H A Dntp.c48 ff += FMAXINT; in p_ntp_time_fmt()
49 ff = ff / FMAXINT; /* shift radix point by 32 bits */ in p_ntp_time_fmt()
H A Dprint-ntp.c513 ff += FMAXINT; in p_ntp_delta()
514 ff = ff / FMAXINT; /* shift radix point by 32 bits */ in p_ntp_delta()
H A Dprint-udp.c244 FMAXINT); in rtcp_print()
H A Dnetdissect.h74 #define FMAXINT (4294967296.0) /* floating point rep. of MAXINT */ macro