OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctx_str
(Results
1 - 9
of
9
) sorted by null
/external/ipsec-tools/src/racoon/
proposal.c
320
if (*pp1->sctx.
ctx_str
&& !(*pp2->sctx.
ctx_str
)) {
325
if (!(*pp1->sctx.
ctx_str
) && *pp2->sctx.
ctx_str
) {
331
if (*pp1->sctx.
ctx_str
&& *pp2->sctx.
ctx_str
) {
351
memcmp(pp1->sctx.
ctx_str
, pp2->sctx.
ctx_str
,
355
pp2->sctx.
ctx_str
, pp1->sctx.
ctx_str
);
[
all
...]
policy.c
213
|| !within_range(a->sec_ctx.
ctx_str
, b->sec_ctx.
ctx_str
))
288
|| !within_range(a->sec_ctx.
ctx_str
, b->sec_ctx.
ctx_str
))
494
spidx->sec_ctx.ctx_strlen, spidx->sec_ctx.
ctx_str
);
policy.h
48
char
ctx_str
[MAX_CTXSTR_SIZE]; /* Security Context string */
member in struct:security_ctx
security.c
171
memcpy(iph2->proposal->sctx.
ctx_str
, spidx.sec_ctx.
ctx_str
,
pfkey.c
1182
if (*iph2->approval->sctx.
ctx_str
) {
1186
sa_args.ctxstr = iph2->approval->sctx.
ctx_str
;
[
all
...]
ipsec_doi.c
[
all
...]
isakmp_quick.c
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h
35
char
ctx_str
[0];
member in struct:xfrm_sec_ctx
/external/iproute2/include/linux/
xfrm.h
33
char
ctx_str
[0];
member in struct:xfrm_sec_ctx
Completed in 2612 milliseconds