OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sec_ctx
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/libipsec/
pfkey_dump.c
251
struct sadb_x_sec_ctx *
m_sec_ctx
;
local
290
m_sec_ctx
= (struct sadb_x_sec_ctx *)mhp[SADB_X_EXT_SEC_CTX];
447
if (
m_sec_ctx
!= NULL) {
449
m_sec_ctx
->sadb_x_ctx_doi);
451
m_sec_ctx
->sadb_x_ctx_alg);
453
m_sec_ctx
->sadb_x_ctx_len);
455
(char *)
m_sec_ctx
+ sizeof(struct sadb_x_sec_ctx));
497
struct sadb_x_sec_ctx *
m_sec_ctx
;
local
522
m_sec_ctx
= (struct sadb_x_sec_ctx *)mhp[SADB_X_EXT_SEC_CTX];
629
if (
m_sec_ctx
!= NULL)
[
all
...]
/external/ipsec-tools/src/racoon/
pfkey.c
1730
struct sadb_x_sec_ctx *
m_sec_ctx
;
local
[
all
...]
Completed in 6283 milliseconds