Searched defs:xflags (Results 1 - 10 of 10) sorted by relevance

/external/iptables/extensions/
H A Dlibxt_HMARK.c144 unsigned int *xflags)
148 *xflags |= (1 << O_HMARK_CT);
152 *xflags |= (1 << O_HMARK_SADDR_MASK);
156 *xflags |= (1 << O_HMARK_DADDR_MASK);
161 *xflags |= (1 << O_HMARK_SPORT_MASK);
166 *xflags |= (1 << O_HMARK_DPORT_MASK);
170 *xflags |= (1 << O_HMARK_PROTO_MASK);
174 *xflags |= (1 << O_HMARK_SPI_MASK);
190 !hmark_parse(arg, comma-arg, info, &cb->xflags))
200 !hmark_parse(arg, strlen(arg), info, &cb->xflags))
143 hmark_parse(const char *type, size_t len, struct xt_hmark_info *info, unsigned int *xflags) argument
[all...]
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h112 int xflags; /* extra flags (not used when writing a gzip file) */ member in struct:gz_header_s
828 The text, time, xflags, and os fields are filled in with the gzip header
/external/chromium_org/third_party/zlib/
H A Dzlib.h116 int xflags; /* extra flags (not used when writing a gzip file) */ member in struct:gz_header_s
926 The text, time, xflags, and os fields are filled in with the gzip header
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h115 int xflags; /* extra flags (not used when writing a gzip file) */ member in struct:gz_header_s
976 The text, time, xflags, and os fields are filled in with the gzip header
/external/zlib/src/
H A Dzlib.h115 int xflags; /* extra flags (not used when writing a gzip file) */ member in struct:gz_header_s
976 The text, time, xflags, and os fields are filled in with the gzip header
/external/zlib/
H A Dzlib.h115 int xflags; /* extra flags (not used when writing a gzip file) */ member in struct:gz_header_s
976 The text, time, xflags, and os fields are filled in with the gzip header
/external/iptables/include/
H A Dxtables.h140 * @xflags: options of the extension that have been used
151 unsigned int xflags; member in struct:xt_option_call
186 * @xflags: options of the extension that have been used
191 unsigned int xflags; member in struct:xt_fcheck_call
/external/iptables/libxtables/
H A Dxtoptions.c849 cb->xflags & eflag)
871 cb->xflags |= 1 << entry->id;
952 cb.xflags = t->tflags;
957 t->tflags = cb.xflags;
988 cb.xflags = m->mflags;
993 m->mflags = cb.xflags;
999 * @xflags: flags the extension has collected
1005 unsigned int xflags)
1009 if (entry->also & of && !(xflags & of))
1017 if ((xflags
1003 xtables_option_fcheck2(const char *name, const struct xt_option_entry *entry, const struct xt_option_entry *other, unsigned int xflags) argument
1034 xtables_options_fcheck(const char *name, unsigned int xflags, const struct xt_option_entry *table) argument
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h175 int xflags; /* extra flags (not used when writing a gzip file) */ member in struct:gz_header_s
1036 The text, time, xflags, and os fields are filled in with the gzip header
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h179 int xflags; /* extra flags (not used when writing a gzip file) */ member in struct:gz_header_s
1040 The text, time, xflags, and os fields are filled in with the gzip header

Completed in 241 milliseconds