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