Home | History | Annotate | Download | only in extensions

Lines Matching refs:flags

58 parse(int c, char **argv, int invert, unsigned int *flags,
67 if (*flags & IPRANGE_SRC)
70 *flags |= IPRANGE_SRC;
72 info->flags |= IPRANGE_SRC;
75 info->flags |= IPRANGE_SRC_INV;
82 if (*flags & IPRANGE_DST)
85 *flags |= IPRANGE_DST;
87 info->flags |= IPRANGE_DST;
90 info->flags |= IPRANGE_DST_INV;
104 final_check(unsigned int flags)
106 if (!flags)
131 if (info->flags & IPRANGE_SRC) {
133 if (info->flags & IPRANGE_SRC_INV)
137 if (info->flags & IPRANGE_DST) {
139 if (info->flags & IPRANGE_DST_INV)
151 if (info->flags & IPRANGE_SRC) {
152 if (info->flags & IPRANGE_SRC_INV)
156 if (info->flags & IPRANGE_DST)
159 if (info->flags & IPRANGE_DST) {
160 if (info->flags & IPRANGE_DST_INV)