Searched defs:restrict_u_tag (Results 1 – 1 of 1) sorted by relevance
856 struct restrict_u_tag { struct857 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;