Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/include/
HDntp.h482 #define CLEAR_TO_ZERO(p) ((char *)&((p)->clear_to_zero)) macro
484 #define LEN_CLEAR_TO_ZERO(p) (END_CLEAR_TO_ZERO(p) - CLEAR_TO_ZERO(p))
/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_proto.c3266 memset(CLEAR_TO_ZERO(peer), 0, LEN_CLEAR_TO_ZERO(peer)); in peer_clear()