Searched refs:zero_mem (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
H A Dntp_malloc.h53 # define zero_mem(p, s) bzero(p, s) macro
56 #ifndef zero_mem
57 # define zero_mem(p, s) memset(p, 0, s) macro
59 #define ZERO(var) zero_mem(&(var), sizeof(var))
/freebsd-12-stable/contrib/ntp/libntp/
H A Dnetof.c46 zero_mem(&NSRCADR6(netaddr)[8], 8);
H A Demalloc.c58 zero_mem(mem + priorsz, newsz - priorsz);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_monitor.c264 zero_mem(mon_hash, sizeof(*mon_hash) * MON_HASH_SIZE);
H A Dntp_restrict.c307 zero_mem(res, V6_SIZEOF_RESTRICT_U);
310 zero_mem(res, V4_SIZEOF_RESTRICT_U);
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc.c827 zero_mem(datap + size, pad);

Completed in 123 milliseconds