HomeSort by relevance Sort by last modified time
    Searched refs:xt_option_call (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/iptables/extensions/
libxt_NFQUEUE.c 55 static void NFQUEUE_parse(struct xt_option_call *cb)
63 static void NFQUEUE_parse_v1(struct xt_option_call *cb)
83 static void NFQUEUE_parse_v2(struct xt_option_call *cb)
libxt_connmark.c 50 static void connmark_mt_parse(struct xt_option_call *cb)
61 static void connmark_parse(struct xt_option_call *cb)
libxt_mark.c 28 static void mark_mt_parse(struct xt_option_call *cb)
39 static void mark_parse(struct xt_option_call *cb)
libxt_AUDIT.c 30 static void audit_parse(struct xt_option_call *cb)
libxt_CHECKSUM.c 32 static void CHECKSUM_parse(struct xt_option_call *cb)
libxt_CLASSIFY.c 35 static void CLASSIFY_parse(struct xt_option_call *cb)
libxt_SECMARK.c 32 static void SECMARK_parse(struct xt_option_call *cb)
libxt_cpu.c 23 static void cpu_parse(struct xt_option_call *cb)
libxt_helper.c 23 static void helper_parse(struct xt_option_call *cb)
libxt_length.c 23 static void length_parse(struct xt_option_call *cb)
libxt_mac.c 31 static void mac_parse(struct xt_option_call *cb)
libxt_quota.c 44 static void quota_parse(struct xt_option_call *cb)
libxt_socket.c 26 static void socket_mt_parse(struct xt_option_call *cb)
libxt_tcpmss.c 23 static void tcpmss_parse(struct xt_option_call *cb)
libxt_multiport.c 164 static void __multiport_parse(struct xt_option_call *cb, uint16_t pnum,
196 static void multiport_parse(struct xt_option_call *cb)
203 static void multiport_parse6(struct xt_option_call *cb)
210 static void __multiport_parse_v1(struct xt_option_call *cb, uint16_t pnum,
238 static void multiport_parse_v1(struct xt_option_call *cb)
245 static void multiport_parse6_v1(struct xt_option_call *cb)
libxt_tos.c 56 static void tos_mt_parse_v0(struct xt_option_call *cb)
70 static void tos_mt_parse(struct xt_option_call *cb)
libipt_ah.c 24 static void ah_parse(struct xt_option_call *cb)
libxt_CONNSECMARK.c 36 static void CONNSECMARK_parse(struct xt_option_call *cb)
libxt_DSCP.c 53 static void DSCP_parse(struct xt_option_call *cb)
libxt_dscp.c 52 static void dscp_parse(struct xt_option_call *cb)
libxt_esp.c 24 static void esp_parse(struct xt_option_call *cb)
libxt_iprange.c 96 static void iprange_parse(struct xt_option_call *cb)
122 static void iprange_mt_parse(struct xt_option_call *cb, uint8_t nfproto)
145 static void iprange_mt4_parse(struct xt_option_call *cb)
150 static void iprange_mt6_parse(struct xt_option_call *cb)
libxt_osf.c 64 static void osf_parse(struct xt_option_call *cb)
  /external/iptables/iptables/
xtoptions.c 172 static void xtopt_parse_int(struct xt_option_call *cb)
211 static void xtopt_parse_float(struct xt_option_call *cb)
234 static void xtopt_mint_value_to_cb(struct xt_option_call *cb, uintmax_t value)
253 static void xtopt_mint_value_to_ptr(struct xt_option_call *cb, void **datap,
282 static void xtopt_parse_mint(struct xt_option_call *cb)
331 static void xtopt_parse_string(struct xt_option_call *cb)
373 static bool tos_parse_numeric(const char *str, struct xt_option_call *cb,
402 static void xtopt_parse_tosmask(struct xt_option_call *cb)
429 static void xtopt_parse_markmask(struct xt_option_call *cb)
462 static void xtopt_parse_sysloglevel(struct xt_option_call *cb
    [all...]
  /external/iptables/include/
xtables.h 146 struct xt_option_call { struct
253 void (*x6_parse)(struct xt_option_call *);
317 void (*x6_parse)(struct xt_option_call *);
476 extern void xtables_option_parse(struct xt_option_call *);

Completed in 89 milliseconds

1 2 3 4