Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_restrict.c61 #define INC_RESLIST6 ((1024 - 16) / V6_SIZEOF_RESTRICT_U)
263 const size_t cb = V6_SIZEOF_RESTRICT_U; in alloc_res6()
307 zero_mem(res, V6_SIZEOF_RESTRICT_U); in free_res()
676 V6_SIZEOF_RESTRICT_U); in hack_restrict()
/freebsd-11-stable/contrib/ntp/include/
HDntp.h855 #define V6_SIZEOF_RESTRICT_U (offsetof(restrict_u, u) \ macro