jabberd2  2.6.1
Functions
filter.c File Reference
#include "router.h"
#include <fnmatch.h>

Go to the source code of this file.

Functions

void filter_unload (router_t r)
 filter manager More...
 
int filter_load (router_t r)
 
int filter_packet (router_t r, nad_t nad)
 

Function Documentation

◆ filter_unload()

void filter_unload ( router_t  r)

filter manager

Definition at line 25 of file filter.c.

References acl_s::dump, router_st::filter, acl_s::from, acl_s::next, acl_s::redirect, acl_s::to, and acl_s::what.

Referenced by filter_load(), and JABBER_MAIN().

◆ filter_load()

int filter_load ( router_t  r)

◆ filter_packet()

int filter_packet ( router_t  r,
nad_t  nad 
)