Home
last modified time | relevance | path

Searched defs:DENY_RULE (Results 1 – 4 of 4) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/modules/uac_redirect/
H A Drd_filter.h34 #define DENY_RULE 12 macro
/dports/sysutils/file/file-5.39/src/
H A Dseccomp.c42 #define DENY_RULE(call) \ macro
/dports/devel/py-magic/file-5.40/src/
H A Dseccomp.c43 #define DENY_RULE(call) \ macro
/dports/graphics/zathura/zathura-0.4.5/zathura/
H A Dseccomp-filters.c26 #define DENY_RULE(call) ADD_RULE("kill", SCMP_ACT_KILL, call, 0) macro