Home
last modified time | relevance | path

Searched refs:within_range (Results 1 – 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
Dpolicy.h159 extern int within_range __P((security_context_t, security_context_t));
Dpolicy.c207 || !within_range(a->sec_ctx.ctx_str, b->sec_ctx.ctx_str))
283 || !within_range(a->sec_ctx.ctx_str, b->sec_ctx.ctx_str))
Dsecurity.c215 within_range(security_context_t sl, security_context_t range) in within_range() function