/ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv6/ |
ip6t_opts.h | 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv6/ |
ip6t_opts.h | 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/ |
ip6t_opts.h | 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/ |
ip6t_opts.h | 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
|
/external/bluetooth/bluez/test/ |
l2test.c | 183 struct l2cap_options opts; local 208 memset(&opts, 0, sizeof(opts)); 209 optlen = sizeof(opts); 211 if (getsockopt(sk, SOL_L2CAP, L2CAP_OPTIONS, &opts, &optlen) < 0) { 218 opts.omtu = omtu; 219 opts.imtu = imtu; 221 opts.mode = rfcmode; 223 if (setsockopt(sk, SOL_L2CAP, L2CAP_OPTIONS, &opts, sizeof(opts)) < 0) 322 struct l2cap_options opts; local [all...] |
/external/clearsilver/cgi/ |
html.c | 104 STRING *out, HTML_CONVERT_OPTS *opts) 289 if (opts->space_convert) 318 if (opts->newlines_convert) 369 if (opts->url_class) 371 err = string_appendf (out, "class=%s ", opts->url_class); 374 if (opts->url_target) 376 err = string_appendf (out, "target=\"%s\" ", opts->url_target); 381 if (opts->bounce_url) 418 new_url = sprintf_alloc(opts->bounce_url, esc_url); 441 if (opts->link_name) [all...] |
html.h | 37 HTML_CONVERT_OPTS *opts);
|
/external/iptables/extensions/ |
libip6t_eui64.c | 25 static struct option opts[] = { variable in typeref:struct:option 70 .extra_opts = opts,
|
libip6t_standard.c | 19 static struct option opts[] = { variable in typeref:struct:option 60 .extra_opts = opts,
|
libipt_MIRROR.c | 19 static struct option opts[] = { variable in typeref:struct:option 56 .extra_opts = opts
|
libipt_NOTRACK.c | 19 static struct option opts[] = { variable in typeref:struct:option 57 .extra_opts = opts
|
libipt_standard.c | 19 static struct option opts[] = { variable in typeref:struct:option 63 .extra_opts = opts
|
libipt_unclean.c | 16 static struct option opts[] = { variable in typeref:struct:option 48 .extra_opts = opts
|
libipt_NETMAP.c | 17 static struct option opts[] = { variable in typeref:struct:option 29 IPTABLES_VERSION, opts[0].name); 132 "Unexpected `!' after --%s", opts[0].name); 148 MODULENAME" needs --%s", opts[0].name); 177 printf("--%s ", opts[0].name); 193 .extra_opts = opts
|
/external/qemu/ |
qemu-sockets-android.c | 51 const char *opts, *h; local 89 opts = str + pos; 90 h = strstr(opts, ",to="); 92 if (strstr(opts, ",ipv4")) { 96 if (strstr(opts, ",ipv6")) { 168 sock_address_get_port(e) - port_offset, opts); 171 sock_address_get_port(e) - port_offset, opts); 269 char *path, *upath, *opts; local 272 opts = strchr(str, ','); 273 if (opts) { [all...] |
qemu-sockets.c | 99 const char *opts, *h; local 142 opts = str + pos; 143 h = strstr(opts, ",to="); 145 if (strstr(opts, ",ipv4")) 147 if (strstr(opts, ",ipv6")) 217 inet_getport(e) - port_offset, opts); 220 inet_getport(e) - port_offset, opts); 322 char *path, *opts; local 331 opts = strchr(str, ','); 332 if (opts) { [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
const-fst.h | 68 static ConstFstImpl<A> *Read(istream &strm, const FstReadOptions &opts); 70 bool Write(ostream &strm, const FstWriteOptions &opts) const; 162 const FstReadOptions &opts) { 165 if (!impl->ReadHeaderAndSymbols(strm, opts, kMinFileVersion, &hdr)) 180 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source; 189 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source; 197 const FstWriteOptions &opts) const { 202 WriteHeaderAndSymbols(strm, opts, kFileVersion, &hdr); 215 LOG(ERROR) << "ConstFst::Write: Write failed: " << opts.source; 276 static ConstFst<A> *Read(istream &strm, const FstReadOptions &opts) { [all...] |
difference.h | 67 const DifferenceFstOptions<T> &opts) 70 ComposeFstOptions<T | COMPOSE_FST2_RHO>(opts)) { 130 const DifferenceOptions &opts = DifferenceOptions()) { 134 if (opts.connect)
|
intersect.h | 61 const IntersectFstOptions<T> &opts) 62 : ComposeFst<A>(fst1, fst2, ComposeFstOptions<T>(opts)) { 120 const IntersectOptions &opts = IntersectOptions()) { 124 if (opts.connect)
|
shortest-path.h | 52 // state to each state in 'ifst'. 'opts' is used to specify options 64 ShortestPathOptions<Arc, Queue, ArcFilter> &opts) { 80 Queue *state_queue = opts.state_queue; 81 StateId source = opts.source == kNoStateId ? ifst.Start() : opts.source; 87 if (opts.nshortest != 1) 209 // 'ifst'. 'opts' is used to specify options such as the number of 230 ShortestPathOptions<Arc, Queue, ArcFilter> &opts) { 237 size_t n = opts.nshortest; 240 SingleShortestPath(ifst, ofst, distance, opts); [all...] |
/external/e2fsprogs/misc/ |
e2initrd_helper.c | 56 char *opts; member in struct:fs_info 234 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local 243 opts = parse_word(&cp); 256 parse_escape(opts); 270 fs->opts = string_copy(opts ? opts : ""); 290 if (fs->opts) 291 fs->opts = 0;
|
fsck.h | 44 char *opts; member in struct:fs_info
|
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 54 typedef struct Opts 59 Opts; 104 ESR_ReturnCode Parse(SR_Grammar* grammar, LCHAR* trans, PFile* fout, Opts* opts) 113 if (opts->do_check_all_ids) 116 Opts myopts; 117 memcpy(&myopts, opts, sizeof(myopts)); 136 if (!opts->use_parse_by_string_ids) 286 Opts opts = { 0, 0 } local [all...] |
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/ |
dhdu.c | 553 miniopt_t opts; local 557 miniopt_init(&opts, "pktgen", "", FALSE); 559 while ((opt_err = miniopt(&opts, argv)) != -1) { 565 argv += opts.consumed; 567 if (!opts.good_int && opts.opt != 'd') { 568 fprintf(stderr, "invalid integer %s\n", opts.valstr); 573 switch (opts.opt) { 575 pktgen.freq = opts.uval; 578 pktgen.count = opts.uval 894 miniopt_t opts; local [all...] |
/external/bluetooth/bluez/tools/ |
ciptool.c | 136 struct l2cap_options opts; local 160 memset(&opts, 0, sizeof(opts)); 161 size = sizeof(opts); 163 if (getsockopt(sk, SOL_L2CAP, L2CAP_OPTIONS, &opts, &size) < 0) { 169 opts.imtu = CMTP_DEFAULT_MTU; 170 opts.omtu = CMTP_DEFAULT_MTU; 171 opts.flush_to = 0xffff; 173 if (setsockopt(sk, SOL_L2CAP, L2CAP_OPTIONS, &opts, sizeof(opts)) < 0) [all...] |