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

/external/ipsec-tools/src/racoon/
H A Dpolicy.h159 extern int within_range __P((security_context_t, security_context_t));
H A 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))
H A Dsecurity.c204 * function: within_range
215 within_range(security_context_t sl, security_context_t range) function
236 "within_range: Unable to retrieve "
243 "within_range: Unable to retrieve "
257 "within_range: The sl is not within range\n");
263 "within_range: The sl (%s) is within range (%s)\n", sl, range);

Completed in 225 milliseconds