Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c3549 static u_int endpoint_size = 0; in clock_select() local
3573 endpoint_size = ALIGNED_SIZE(nlist * 2 * sizeof(*endpoint)); in clock_select()
3576 octets = endpoint_size + peers_size + indx_size; in clock_select()
3578 peers = INC_ALIGNED_PTR(endpoint, endpoint_size); in clock_select()