OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:within_range
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/
security.c
204
* 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);
policy.h
159
extern int
within_range
__P((security_context_t, security_context_t));
policy.c
207
|| !
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))
Completed in 891 milliseconds