Searched refs:optnum (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_feat.c113 ConnInfoOptions optnum; local
148 for (optlist = gConnInfoOptStrings, optnum = kOptPASV; *optlist != NULL; optlist++, optnum++) {
150 switch (optnum) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_osf.c244 int foptsize, optnum; local
255 for (optnum = 0; optnum < f->opt_num; ++optnum)
256 foptsize += f->opt[optnum].length;
265 for (optnum = 0; optnum < f->opt_num; ++optnum) {
266 if (f->opt[optnum].kind == (*optp)) {
267 __u32 len = f->opt[optnum]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/utils/
H A Dnfnl_osf.c150 static void xt_osf_parse_opt(struct xt_osf_opt *opt, __u16 *optnum, char *obuf, int olen) argument
261 opt[*optnum].kind = IANA_opts[op].kind;
262 opt[*optnum].length = IANA_opts[op].length;
263 opt[*optnum].wc.wc = wc;
264 opt[*optnum].wc.val = val;
265 (*optnum)++;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/utils/
H A Dnfnl_osf.c150 static void xt_osf_parse_opt(struct xt_osf_opt *opt, __u16 *optnum, char *obuf, int olen) argument
261 opt[*optnum].kind = IANA_opts[op].kind;
262 opt[*optnum].length = IANA_opts[op].length;
263 opt[*optnum].wc.wc = wc;
264 opt[*optnum].wc.val = val;
265 (*optnum)++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipcloak.c334 int optnum = 0; /* index in table */ local
494 &fna, &optnum, 0)))
H A Dzip.c2176 int optnum = 0; /* index in table */ local
2400 optnum = 0; /* option index */
2639 &fna, &optnum, 0)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dsmbctool.c3628 int i, optnum; local
3634 if (!(optnum = tar_parseargs(argc, argv, poptGetOptArg(pc), i))) {
3638 /* Now we must eat (optnum - i) options - they have
3641 optnum -= i;
3642 for (i = 0; i < optnum; i++)

Completed in 266 milliseconds