HomeSort by relevance Sort by last modified time
    Searched defs:opts (Results 76 - 100 of 190) sorted by null

1 2 34 5 6 7 8

  /external/iptables/extensions/
libip6t_udp.c 25 static struct option opts[] = { variable in typeref:struct:option
221 .extra_opts = opts,
libipt_2tos.c 45 static struct option opts[] = { variable in typeref:struct:option
166 .extra_opts = opts
libipt_REJECT.c 83 static struct option opts[] = { variable in typeref:struct:option
183 .extra_opts = opts
libipt_SAME.c 29 static struct option opts[] = { variable in typeref:struct:option
202 .extra_opts = opts
libipt_TOS.c 50 static struct option opts[] = { variable in typeref:struct:option
168 .extra_opts = opts
libipt_ULOG.c 47 static struct option opts[] = { variable in typeref:struct:option
231 .extra_opts = opts
libipt_addrtype.c 182 static struct option opts[] = { variable in typeref:struct:option
200 .extra_opts = opts
libipt_ah.c 22 static struct option opts[] = { variable in typeref:struct:option
183 .extra_opts = opts
libipt_connrate.c 32 static struct option opts[] = { variable in typeref:struct:option
173 .extra_opts = opts
libipt_esp.c 22 static struct option opts[] = { variable in typeref:struct:option
186 .extra_opts = opts
libipt_limit.c 33 static struct option opts[] = { variable in typeref:struct:option
190 .extra_opts = opts
libipt_pkttype.c 67 static struct option opts[] = { variable in typeref:struct:option
161 .extra_opts = opts
libipt_udp.c 26 static struct option opts[] = { variable in typeref:struct:option
224 .extra_opts = opts
libip6t_LOG.c 35 static struct option opts[] = { variable in typeref:struct:option
284 .extra_opts = opts
libip6t_dst.c 29 " --" LNAME "-opts TYPE[:LEN][,TYPE[:LEN]...] \n"
34 static struct option opts[] = { variable in typeref:struct:option
36 { .name = LNAME "-opts", .has_arg = 1, .flag = 0, .val = '2' },
66 parse_options(const char *optsstr, u_int16_t *opts)
91 opts[i] = (u_int16_t)((parse_opts_num(cp,"opt") & 0x000000FF)<<8);
93 if (opts[i] == 0)
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
99 opts[i] |= (0x00FF);
102 printf("opts str: %s %s\n", cp, range);
103 printf("opts opt: %04X\n", opts[i])
    [all...]
libip6t_hbh.c 27 " --%s-opts TYPE[:LEN][,TYPE[:LEN]...] \n"
33 static struct option opts[] = { variable in typeref:struct:option
35 { "hbh-opts", 1, 0, '2' },
40 static struct option opts[] = { variable in typeref:struct:option
42 { "dst-opts", 1, 0, '2' },
73 parse_options(const char *optsstr, u_int16_t *opts)
92 opts[i] = (u_int16_t)((parse_opts_num(cp,"opt") & 0x000000FF)<<8);
94 if (opts[i] == 0)
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
99 opts[i] |= (0x00FF)
    [all...]
libip6t_icmp6.c 88 static struct option opts[] = { variable in typeref:struct:option
272 .extra_opts = opts,
libip6t_rt.c 32 static struct option opts[] = { variable in typeref:struct:option
355 .extra_opts = opts,
libipt_CLUSTERIP.c 47 static struct option opts[] = { variable in typeref:struct:option
262 .extra_opts = opts
libipt_DNAT.c 32 static struct option opts[] = { variable in typeref:struct:option
244 .extra_opts = opts
libipt_LOG.c 35 static struct option opts[] = { variable in typeref:struct:option
284 .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
libipt_SNAT.c 32 static struct option opts[] = { variable in typeref:struct:option
244 .extra_opts = opts
libipt_icmp.c 112 static struct option opts[] = { variable in typeref:struct:option
301 .extra_opts = opts
  /external/bluetooth/bluez/src/
sdpd-server.c 63 struct l2cap_options opts; local
100 memset(&opts, 0, sizeof(opts));
101 optlen = sizeof(opts);
103 if (getsockopt(l2cap_sock, SOL_L2CAP, L2CAP_OPTIONS, &opts, &optlen) < 0) {
108 opts.omtu = mtu;
109 opts.imtu = mtu;
111 if (setsockopt(l2cap_sock, SOL_L2CAP, L2CAP_OPTIONS, &opts, sizeof(opts)) < 0) {

Completed in 354 milliseconds

1 2 34 5 6 7 8