Lines Matching +full:scaled +full:- +full:sync
2 * ntp_request.h - definitions for the ntpd remote query facility
20 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
22 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
24 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
30 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
32 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
36 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
63 * Request code: An implementation-specific code which specifies the
71 * 0 - no error
72 * 1 - incompatible implementation number
73 * 2 - unimplemented request code
74 * 3 - format error (wrong data items, data size, packet size etc.)
75 * 4 - no data available (e.g. request for details on unknown peer)
76 * 5-6 I don't know
77 * 7 - authentication failure (i.e. permission denied)
163 (sizeof(struct req_pkt_tail) - (MAX_MAC_LEN - MAX_MD5_LEN))
256 * ntpdc -> ntpd request codes go here.
304 /* Determine size of pre-v6 version of structures */
421 struct in6_addr dstadr6; /* local address (v6-like) */
422 struct in6_addr srcadr6; /* sources address (v6-like) */
482 s_fp rootdelay; /* delay from sync source */
483 u_fp rootdispersion; /* dispersion from sync source */
484 u_int32 refid; /* reference ID of sync source */
492 s_fp frequency; /* frequency residual (scaled ppm) */
494 u_fp stability; /* clock stability (scaled ppm) */
522 * System stats - old version
928 u_int32 ifindex; /* interface index - from system */
930 u_int32 peercnt; /* number of peers referencinf this interface - informational only */
942 * Info returned with IP -> hostname lookup
945 #define NTP_MAXHOSTNAME (32 - sizeof(u_int32) - sizeof(u_short))