OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sainfo
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/dist/ipsec-tools/src/racoon/
sainfo.h
1
/* $NetBSD:
sainfo
.h,v 1.9 2025/03/07 15:55:29 christos Exp $ */
3
/* Id:
sainfo
.h,v 1.5 2006/07/09 17:19:38 manubsd Exp */
43
struct
sainfo
{
struct
65
LIST_ENTRY(
sainfo
) chain;
75
extern struct
sainfo
*getsainfo(const vchar_t *,
77
extern struct
sainfo
*newsainfo(void);
78
extern void delsainfo(struct
sainfo
*);
79
extern void inssainfo(struct
sainfo
*);
80
extern void remsainfo(struct
sainfo
*);
86
extern const char * sainfo2str(const struct
sainfo
*);
[
all
...]
handler.c
79
#include "
sainfo
.h"
1207
struct
sainfo
*
sainfo
;
local
1212
* Get the new
sainfo
using values of the old one
1214
if (iph2->
sainfo
!= NULL) {
1215
iph2->
sainfo
= getsainfo(iph2->
sainfo
->idsrc,
1216
iph2->
sainfo
->iddst, iph2->
sainfo
->id_i,
1217
NULL, iph2->
sainfo
->remoteid)
[
all
...]
handler.h
280
* tunnel, they are compared to
sainfo
selectors.
321
struct
sainfo
*
sainfo
; /* place holder of
sainfo
*/
member in struct:ph2handle
Completed in 19 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026