示例#1
0
void _init(void)
{
	xtables_register_match(&hashlimit_match);
	xtables_register_match(&hashlimit_match6);
	xtables_register_match(&hashlimit_mt_reg);
	xtables_register_match(&hashlimit_mt6_reg);
}
示例#2
0
void _init(void)
{
	xtables_register_match(&conntrack_mt_v0_reg);
	xtables_register_match(&conntrack_mt_v1_reg);
	xtables_register_match(&conntrack_mt6_v1_reg);
	xtables_register_match(&conntrack_mt_v2_reg);
	xtables_register_match(&conntrack_mt6_v2_reg);
}
示例#3
0
void _init(void)
{
        int i;

        for (i = 0; i < IPOQUE_MAX_SUPPORTED_PROTOCOLS; i++){
                opendpi_mt_opts[i].name = prot_short_str[i+1];
                opendpi_mt_opts[i].has_arg = false;
                opendpi_mt_opts[i].val = i+1;
        }
        opendpi_mt_opts[i].name = NULL;
        opendpi_mt_opts[i].flag = NULL;
        opendpi_mt_opts[i].has_arg = 0;
        opendpi_mt_opts[i].val = 0;

	xtables_register_match(&opendpi_mt4_reg);
}
示例#4
0
void libipt_ttl_init(void) 
{
	xtables_register_match(&ttl_mt_reg);
}
示例#5
0
void _init(void)
{
	xtables_register_match(&physdev_match);
}
示例#6
0
void _init(void)
{
	xtables_register_match(&time_match);
}
void _init(void) //lint -esym(714, ipt_dns_flt_init)
{
    xtables_register_match(&dns_flt);
}
示例#8
0
void _init(void)
{
	xtables_register_match(&recent_mt_reg);
}
void libxt_cluster_init(void)
{
	xtables_register_match(&cluster_mt_reg);
}
示例#10
0
void _init(void)
{
	xtables_register_match(&dccp_match);
}
示例#11
0
void libipt_icmp_init(void)
{
	xtables_register_match(&icmp_mt_reg);
}
示例#12
0
void _init(void)
{
	xtables_register_match(&helper_match);
	xtables_register_match(&helper_match6);
}
示例#13
0
void _init(void) 
{
	xtables_register_match(&hl_mt6_reg);
}
示例#14
0
void _init(void)
{
    xtables_register_match(&bpf_match);
}
示例#15
0
void _init(void)
{
	xtables_register_match(&cpu_match);
}
示例#16
0
void _init(void)
{
	xtables_register_match(&devgroup_mt_reg);
}
示例#17
0
static __attribute__((constructor)) void quota2_mt_ldr(void)
{
	xtables_register_match(&quota_mt2_reg);
}
void INIT_FUNC(void)
{
	xtables_register_match(&physdev_match);
}
示例#19
0
void
_init(void)
{
	xtables_register_match(&ah_mt_reg);
}
示例#20
0
void
libipt_ah_init(void)
{
	xtables_register_match(&ah_mt_reg);
}
示例#21
0
void _init(void)
{
	xtables_register_match(&comment_match);
	xtables_register_match(&comment_match6);
}
示例#22
0
void _init(void)
{
	xtables_register_match(&statistic_match);
}
void libxt_udp_init(void)
{
	xtables_register_match(&udp_match);
}
void INIT_FUNC(void)
{
	xtables_register_match(&socket_mt_reg);
}
示例#25
0
static __attribute__((constructor)) void psd_mt_ldr(void)
{
	xtables_register_match(&psd_mt_reg);
}
示例#26
0
void _init(void)
{
	xtables_register_match(&length_match);
}
示例#27
0
void _init(void)
{
	xtables_register_match(&u32_match);
}
示例#28
0
void _init(void)
{
	xtables_register_match(&pkttype_match);
}
示例#29
0
void xtables_register_matches(struct xtables_match *match, unsigned int n)
{
	do {
		xtables_register_match(&match[--n]);
	} while (n > 0);
}
示例#30
0
void libxt_u32_init(void)
{
    xtables_register_match(&u32_match);
}