OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sainfo
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/racoon/
sainfo.h
1
/* $NetBSD:
sainfo
.h,v 1.5 2006/10/03 08:01:56 vanhu Exp $ */
3
/* Id:
sainfo
.h,v 1.5 2006/07/09 17:19:38 manubsd Exp */
40
struct
sainfo
{
struct
61
LIST_ENTRY(
sainfo
) chain;
71
extern struct
sainfo
*getsainfo __P((const vchar_t *,
73
extern struct
sainfo
*newsainfo __P((void));
74
extern void delsainfo __P((struct
sainfo
*));
75
extern void inssainfo __P((struct
sainfo
*));
76
extern void remsainfo __P((struct
sainfo
*));
82
extern const char * sainfo2str __P((const struct
sainfo
*));
[
all
...]
handler.c
78
#include "
sainfo
.h"
1079
struct
sainfo
*
sainfo
;
local
1084
* Get the new
sainfo
using values of the old one
1086
if (iph2->
sainfo
!= NULL) {
1087
iph2->
sainfo
= getsainfo(iph2->
sainfo
->idsrc,
1088
iph2->
sainfo
->iddst, iph2->
sainfo
->id_i,
1089
iph2->
sainfo
->remoteid)
[
all
...]
handler.h
288
struct
sainfo
*
sainfo
; /* place holder of
sainfo
*/
member in struct:ph2handle
/external/ipsec-tools/
setup.c
46
#include "
sainfo
.h"
58
static struct
sainfo
sainfo
;
variable in typeref:struct:sainfo
76
if (!
sainfo
.algs[class]) {
77
sainfo
.algs[class] = p;
79
struct sainfoalg *q =
sainfo
.algs[class];
146
sainfo
.lifetime = IPSECDOI_ATTR_SA_LD_SEC_DEFAULT;
147
sainfo
.lifebyte = IPSECDOI_ATTR_SA_LD_KB_MAX;
654
/*
sainfo
.h */
656
struct
sainfo
*getsainfo(const vchar_t *src, const vchar_t *dst
[
all
...]
Completed in 3528 milliseconds