HomeSort by relevance Sort by last modified time
    Searched full:markinfo (Results 1 - 8 of 8) sorted by null

  /external/iptables/extensions/
libip6t_CONNMARK.c 32 struct markinfo {
72 struct ipt_connmark_target_info *markinfo local
75 markinfo->mask = 0xffffffffUL;
80 markinfo->mode = IPT_CONNMARK_SET;
82 markinfo->mark = strtoul(optarg, &end, 0);
84 markinfo->mask = strtoul(end+1, &end, 0);
94 markinfo->mode = IPT_CONNMARK_SAVE;
101 markinfo->mode = IPT_CONNMARK_RESTORE;
111 markinfo->mask = strtoul(optarg, &end, 0);
151 const struct ipt_connmark_target_info *markinfo local
179 const struct ipt_connmark_target_info *markinfo = local
    [all...]
libipt_CONNMARK.c 32 struct markinfo {
72 struct ipt_connmark_target_info *markinfo local
75 markinfo->mask = 0xffffffffUL;
80 markinfo->mode = IPT_CONNMARK_SET;
82 markinfo->mark = strtoul(optarg, &end, 0);
84 markinfo->mask = strtoul(end+1, &end, 0);
94 markinfo->mode = IPT_CONNMARK_SAVE;
101 markinfo->mode = IPT_CONNMARK_RESTORE;
111 markinfo->mask = strtoul(optarg, &end, 0);
151 const struct ipt_connmark_target_info *markinfo local
179 const struct ipt_connmark_target_info *markinfo = local
    [all...]
libipt_MARK.c 45 struct ipt_mark_target_info *markinfo local
52 &markinfo->mark))
55 &markinfo->mark))
92 struct ipt_mark_target_info_v1 *markinfo local
97 markinfo->mode = IPT_MARK_SET;
100 markinfo->mode = IPT_MARK_AND;
103 markinfo->mode = IPT_MARK_OR;
110 if (string_to_number_ll(optarg, 0, 0, &markinfo->mark))
112 if (string_to_number_l(optarg, 0, 0, &markinfo->mark))
144 const struct ipt_mark_target_info *markinfo local
154 const struct ipt_mark_target_info *markinfo = local
167 const struct ipt_mark_target_info_v1 *markinfo = local
188 const struct ipt_mark_target_info_v1 *markinfo = local
    [all...]
libip6t_MARK.c 41 struct ip6t_mark_target_info *markinfo local
48 &markinfo->mark))
51 &markinfo->mark))
95 const struct ip6t_mark_target_info *markinfo = local
99 print_mark(markinfo->mark);
106 const struct ip6t_mark_target_info *markinfo = local
110 print_mark(markinfo->mark);
libip6t_2mark.c 36 struct ip6t_mark_info *markinfo = (struct ip6t_mark_info *)(*match)->data; local
43 markinfo->mark = strtoull(optarg, &end, 0);
45 markinfo->mask = strtoull(end+1, &end, 0);
47 markinfo->mask = 0xffffffffffffffffULL;
49 markinfo->mark = strtoul(optarg, &end, 0);
51 markinfo->mask = strtoul(end+1, &end, 0);
53 markinfo->mask = 0xffffffff;
58 markinfo->invert = 1;
libipt_2mark.c 36 struct ipt_mark_info *markinfo = (struct ipt_mark_info *)(*match)->data; local
43 markinfo->mark = strtoull(optarg, &end, 0);
45 markinfo->mask = strtoull(end+1, &end, 0);
47 markinfo->mask = 0xffffffffffffffffULL;
49 markinfo->mark = strtoul(optarg, &end, 0);
51 markinfo->mask = strtoul(end+1, &end, 0);
53 markinfo->mask = 0xffffffff;
58 markinfo->invert = 1;
libip6t_2connmark.c 63 struct ipt_connmark_info *markinfo = (struct ipt_connmark_info *)(*match)->data; local
70 markinfo->mark = strtoul(optarg, &end, 0);
71 markinfo->mask = 0xffffffffUL;
74 markinfo->mask = strtoul(end+1, &end, 0);
79 markinfo->invert = 1;
libipt_2connmark.c 63 struct ipt_connmark_info *markinfo = (struct ipt_connmark_info *)(*match)->data; local
70 markinfo->mark = strtoul(optarg, &end, 0);
71 markinfo->mask = 0xffffffffUL;
74 markinfo->mask = strtoul(end+1, &end, 0);
79 markinfo->invert = 1;

Completed in 862 milliseconds