Home
last modified time | relevance | path

Searched defs:restrict_u_tag (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/ntp/include/
H A Dntp.h856 struct restrict_u_tag { struct
857 restrict_u * link; /* link to next entry */
858 u_int32 count; /* number of packets matched */
859 u_int32 expire; /* valid until current_time */
860 u_short rflags; /* restrict (accesslist) flags */
861 u_int32 mflags; /* match flags */
862 short ippeerlimit; /* limit of associations matching */
863 union { /* variant starting here */
866 } u;