Home
last modified time | relevance | path

Searched refs:xt_option_call (Results 1 – 25 of 100) sorted by relevance

1234

/external/iptables/libxtables/
Dxtoptions.c172 static void xtopt_parse_int(struct xt_option_call *cb) in xtopt_parse_int()
211 static void xtopt_parse_float(struct xt_option_call *cb) in xtopt_parse_float()
234 static void xtopt_mint_value_to_cb(struct xt_option_call *cb, uintmax_t value) in xtopt_mint_value_to_cb()
253 static void xtopt_mint_value_to_ptr(struct xt_option_call *cb, void **datap, in xtopt_mint_value_to_ptr()
282 static void xtopt_parse_mint(struct xt_option_call *cb) in xtopt_parse_mint()
331 static void xtopt_parse_string(struct xt_option_call *cb) in xtopt_parse_string()
373 static bool tos_parse_numeric(const char *str, struct xt_option_call *cb, in tos_parse_numeric()
402 static void xtopt_parse_tosmask(struct xt_option_call *cb) in xtopt_parse_tosmask()
429 static void xtopt_parse_markmask(struct xt_option_call *cb) in xtopt_parse_markmask()
462 static void xtopt_parse_sysloglevel(struct xt_option_call *cb) in xtopt_parse_sysloglevel()
[all …]
/external/iptables/extensions/
Dlibxt_socket.c60 static void socket_mt_parse(struct xt_option_call *cb) in socket_mt_parse()
72 static void socket_mt_parse_v2(struct xt_option_call *cb) in socket_mt_parse_v2()
87 static void socket_mt_parse_v3(struct xt_option_call *cb) in socket_mt_parse_v3()
Dlibxt_multiport.c162 static void __multiport_parse(struct xt_option_call *cb, uint16_t pnum, in __multiport_parse()
194 static void multiport_parse(struct xt_option_call *cb) in multiport_parse()
201 static void multiport_parse6(struct xt_option_call *cb) in multiport_parse6()
208 static void __multiport_parse_v1(struct xt_option_call *cb, uint16_t pnum, in __multiport_parse_v1()
236 static void multiport_parse_v1(struct xt_option_call *cb) in multiport_parse_v1()
243 static void multiport_parse6_v1(struct xt_option_call *cb) in multiport_parse6_v1()
Dlibxt_connlimit.c57 static void connlimit_parse(struct xt_option_call *cb, uint8_t family) in connlimit_parse()
89 static void connlimit_parse4(struct xt_option_call *cb) in connlimit_parse4()
94 static void connlimit_parse6(struct xt_option_call *cb) in connlimit_parse6()
Dlibxt_NFQUEUE.c76 static void NFQUEUE_parse(struct xt_option_call *cb) in NFQUEUE_parse()
84 static void NFQUEUE_parse_v1(struct xt_option_call *cb) in NFQUEUE_parse_v1()
104 static void NFQUEUE_parse_v2(struct xt_option_call *cb) in NFQUEUE_parse_v2()
128 static void NFQUEUE_parse_v3(struct xt_option_call *cb) in NFQUEUE_parse_v3()
Dlibxt_tos.c56 static void tos_mt_parse_v0(struct xt_option_call *cb) in tos_mt_parse_v0()
70 static void tos_mt_parse(struct xt_option_call *cb) in tos_mt_parse()
Dlibxt_MARK.c83 static void MARK_parse_v0(struct xt_option_call *cb) in MARK_parse_v0()
107 static void MARK_parse_v1(struct xt_option_call *cb) in MARK_parse_v1()
126 static void mark_tg_parse(struct xt_option_call *cb) in mark_tg_parse()
Dlibxt_iprange.c96 static void iprange_parse(struct xt_option_call *cb) in iprange_parse()
124 static void iprange_mt_parse(struct xt_option_call *cb, uint8_t nfproto) in iprange_mt_parse()
147 static void iprange_mt4_parse(struct xt_option_call *cb) in iprange_mt4_parse()
152 static void iprange_mt6_parse(struct xt_option_call *cb) in iprange_mt6_parse()
Dlibxt_cgroup.c54 static void cgroup_parse_v0(struct xt_option_call *cb) in cgroup_parse_v0()
63 static void cgroup_parse_v1(struct xt_option_call *cb) in cgroup_parse_v1()
Dlibxt_mark.c28 static void mark_mt_parse(struct xt_option_call *cb) in mark_mt_parse()
39 static void mark_parse(struct xt_option_call *cb) in mark_parse()
Dlibxt_connmark.c50 static void connmark_mt_parse(struct xt_option_call *cb) in connmark_mt_parse()
61 static void connmark_parse(struct xt_option_call *cb) in connmark_parse()
Dlibxt_HMARK.c182 hmark_parse_type(struct xt_option_call *cb) in hmark_parse_type()
204 static void HMARK_parse(struct xt_option_call *cb, int plen) in HMARK_parse()
263 static void HMARK_ip4_parse(struct xt_option_call *cb) in HMARK_ip4_parse()
267 static void HMARK_ip6_parse(struct xt_option_call *cb) in HMARK_ip6_parse()
Dlibxt_TOS.c94 static void tos_tg_parse_v0(struct xt_option_call *cb) in tos_tg_parse_v0()
106 static void tos_tg_parse(struct xt_option_call *cb) in tos_tg_parse()
Dlibxt_TPROXY.c121 static void tproxy_tg0_parse(struct xt_option_call *cb) in tproxy_tg0_parse()
137 static void tproxy_tg1_parse(struct xt_option_call *cb) in tproxy_tg1_parse()
Dlibxt_addrtype.c101 static void addrtype_parse_v0(struct xt_option_call *cb) in addrtype_parse_v0()
120 static void addrtype_parse_v1(struct xt_option_call *cb) in addrtype_parse_v1()
Dlibxt_bpf.c140 static void bpf_parse(struct xt_option_call *cb) in bpf_parse()
155 static void bpf_parse_v1(struct xt_option_call *cb) in bpf_parse_v1()
Dlibxt_conntrack.c337 static void conntrack_parse(struct xt_option_call *cb) in conntrack_parse()
401 static void conntrack_mt_parse(struct xt_option_call *cb, uint8_t rev) in conntrack_mt_parse()
515 static void conntrack1_mt_parse(struct xt_option_call *cb) in conntrack1_mt_parse()
538 static void conntrack2_mt_parse(struct xt_option_call *cb) in conntrack2_mt_parse()
565 static void conntrack3_mt_parse(struct xt_option_call *cb) in conntrack3_mt_parse()
1082 static void state_parse(struct xt_option_call *cb) in state_parse()
1092 static void state_ct1_parse(struct xt_option_call *cb) in state_ct1_parse()
1103 static void state_ct23_parse(struct xt_option_call *cb) in state_ct23_parse()
Dlibxt_CHECKSUM.c32 static void CHECKSUM_parse(struct xt_option_call *cb) in CHECKSUM_parse()
Dlibxt_nfacct.c37 static void nfacct_parse(struct xt_option_call *cb) in nfacct_parse()
Dlibxt_SECMARK.c32 static void SECMARK_parse(struct xt_option_call *cb) in SECMARK_parse()
Dlibxt_cpu.c23 static void cpu_parse(struct xt_option_call *cb) in cpu_parse()
Dlibxt_AUDIT.c30 static void audit_parse(struct xt_option_call *cb) in audit_parse()
Dlibxt_helper.c23 static void helper_parse(struct xt_option_call *cb) in helper_parse()
/external/iproute2/include/
Dxtables.h147 struct xt_option_call { struct
268 void (*x6_parse)(struct xt_option_call *);
345 void (*x6_parse)(struct xt_option_call *);
536 extern void xtables_option_parse(struct xt_option_call *);
/external/iptables/include/
Dxtables.h147 struct xt_option_call { struct
283 void (*x6_parse)(struct xt_option_call *);
363 void (*x6_parse)(struct xt_option_call *);
569 extern void xtables_option_parse(struct xt_option_call *);

1234