HomeSort by relevance Sort by last modified time
    Searched refs:opt (Results 201 - 225 of 351) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/kernel-headers/original/linux/
netfilter.h 249 int nf_setsockopt(struct sock *sk, int pf, int optval, char __user *opt,
251 int nf_getsockopt(struct sock *sk, int pf, int optval, char __user *opt,
255 char __user *opt, int len);
257 char __user *opt, int *len);
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 50 for opt do
51 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
52 case "$opt" in
73 echo "unknown option '$opt', use --help"
  /external/webkit/WebCore/
wscript 88 def set_options(opt):
89 common_set_options(opt)
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 189 BitmapFactory.Options opt = new BitmapFactory.Options(); local
190 opt.inScaled = false;
192 getContext().getResources(), R.drawable.typeface_test, opt);
  /external/bluetooth/bluez/sbc/
sbcdec.c 248 int i, opt, tofile = 0; local
250 while ((opt = getopt_long(argc, argv, "+hvd:f:",
252 switch(opt) {
sbcenc.c 241 int i, opt, subbands = 8, bitpool = 32, joint = 0, dualchannel = 0; local
244 while ((opt = getopt_long(argc, argv, "+hvs:b:jdSB:",
246 switch(opt) {
  /external/bluetooth/bluez/src/
sdpd-server.c 92 int opt = L2CAP_LM_MASTER; local
93 if (setsockopt(l2cap_sock, SOL_L2CAP, L2CAP_LM, &opt, sizeof(opt)) < 0) {
  /external/bluetooth/bluez/test/
gaptest.c 242 int opt, timeout = -1, powered = -1, discoverable = -1, pairable = -1; local
244 while ((opt = getopt(argc, argv, "T:P:D:B:C:R:h")) != EOF) {
245 switch (opt) {
  /external/bluetooth/bluez/tools/
hid2hci.c 309 int opt, quiet = 0; local
312 while ((opt = getopt_long(argc, argv, "+r:v:p:m:qh", main_options, NULL)) != -1) {
313 switch (opt) {
l2ping.c 266 int opt; local
271 while ((opt=getopt(argc,argv,"i:d:s:c:t:frv")) != EOF) {
272 switch(opt) {
ppporc.c 210 int fd, err, opt; local
216 while ((opt = getopt(argc, argv, "h")) != EOF) {
217 switch(opt) {
dfutool.c 712 char *opt; member in struct:__anon1972
740 command[i].opt ? command[i].opt : " ",
754 int i, opt; local
756 while ((opt = getopt_long(argc, argv, "+d:h", main_options, NULL)) != -1) {
757 switch(opt) {
  /external/dhcpcd/
dhcpcd.c 311 parse_option(int opt, char *oarg, struct options *options)
318 switch(opt) {
583 parse_config_line(const char *opt, char *line, struct options *options)
589 strcmp(longopts[i].name, opt) != 0)
595 opt);
602 fprintf(stderr, PACKAGE ": unknown option -- %s\n", opt);
632 int opt; local
691 while ((opt = getopt_long(argc, argv, OPTS EXTRA_OPTS,
694 switch (opt) {
792 while ((opt = getopt_long(argc, argv, OPTS EXTRA_OPTS
    [all...]
  /external/iproute2/tc/
q_atm.c 193 static int atm_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
198 if (opt == NULL)
201 parse_rtattr_nested(tb, TCA_ATM_MAX, opt);
  /frameworks/base/tools/obbtool/
Main.cpp 183 int opt; local
194 while ((opt = getopt_long(argc, argv, ADD_OPTS, longopts, &option_index)) != -1) {
195 switch (opt) {
  /system/core/sh/
cd.c 311 char opt = 'L'; local
314 opt = i;
318 if (opt == 'L')
  /system/extras/tests/framebuffer/
mdp_test.c 178 int opt; local
195 while ((opt = getopt(argc, argv, "s:d:f:t:u:v:")) != -1) {
196 switch (opt) {
  /external/qemu/
sockets.c 919 unsigned long opt; local
921 if (ioctlsocket(fd, FIONREAD, &opt) < 0)
924 return opt;
926 int opt;
928 if (ioctl(fd, FIONREAD, &opt) < 0)
931 return opt;
1073 DWORD opt = (DWORD)-1; local
1075 int opt = -1;
1077 size_t optlen = sizeof(opt);
1078 ret = getsockopt(fd, domain, option, (char*)&opt, &optlen)
1097 unsigned long opt = 1; local
1108 unsigned long opt = 0; local
    [all...]
  /external/strace/
syscall.c 277 qualify_one(n, opt, not)
279 const struct qual_options *opt;
283 qual_flags[n] &= ~opt->bitflag;
285 qual_flags[n] |= opt->bitflag;
289 qual_syscall(s, opt, not)
291 const struct qual_options *opt;
299 qualify_one(i, opt, not);
307 qual_signal(s, opt, not)
309 const struct qual_options *opt;
319 qualify_one(signo, opt, not)
384 const struct qual_options *opt; local
    [all...]
  /system/core/libnetutils/
dhcpclient.c 192 unsigned int opt; local
208 opt = *x++;
209 if (opt == OPT_PAD) {
213 if (opt == OPT_END) {
221 switch(opt) {
  /external/qemu/slirp/
ip_input.c 507 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */
508 int opt, optlen, cnt, off, code, type, forward = 0; local
517 opt = cp[IPOPT_OPTVAL];
518 if (opt == IPOPT_EOL)
520 if (opt == IPOPT_NOP)
529 switch (opt) {
553 if (opt == IPOPT_SSRR) {
577 if (opt == IPOPT_SSRR) {
  /external/qemu/slirp-android/
ip_input.c 507 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */
508 int opt, optlen, cnt, off, code, type, forward = 0; local
517 opt = cp[IPOPT_OPTVAL];
518 if (opt == IPOPT_EOL)
520 if (opt == IPOPT_NOP)
529 switch (opt) {
553 if (opt == IPOPT_SSRR) {
577 if (opt == IPOPT_SSRR) {
  /external/tcpdump/
print-tcp.c 467 register u_int i, opt, datalen; local
477 opt = *cp++;
478 if (ZEROLENOPT(opt))
493 switch (opt) {
620 (void)printf("opt-%u:", opt);
635 if (!ZEROLENOPT(opt))
640 if (opt == TCPOPT_EOL)
687 fputs("[bad opt]", stdout);
  /external/netperf/
nettest_xti.c 221 "create_xti_endpoint: opt_req->opt.buf %x maxlen %d len %d\n",
222 opt_req->opt.buf,
223 opt_req->opt.maxlen,
224 opt_req->opt.len);
240 "create_xti_endpoint: opt_ret->opt.buf %x maxlen %d len %d\n",
241 opt_ret->opt.buf,
242 opt_ret->opt.maxlen,
243 opt_ret->opt.len);
278 sock_option = (struct sock_option *)opt_req->opt.buf;
286 opt_req->opt.len = sizeof(struct t_opthdr) + sizeof(long)
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslimpl.h 1014 sslOptions opt; member in struct:sslSocketStr
    [all...]

Completed in 731 milliseconds

1 2 3 4 5 6 7 891011>>