OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:etypes
(Results
1 - 10
of
10
) sorted by null
/external/ipsec-tools/src/racoon/
remoteconf.h
48
struct
etypes
{
struct
50
struct
etypes
*next;
64
struct
etypes
*
etypes
; /* exchange type list. the head
member in struct:remoteconf
171
extern void deletypes __P((struct
etypes
*));
172
extern struct
etypes
* dupetypes __P((struct
etypes
*));
180
extern struct
etypes
*check_etypeok
remoteconf.c
282
if (new->
etypes
)
283
new->
etypes
=dupetypes(new->
etypes
);
305
if (rmconf->
etypes
){
306
deletypes(rmconf->
etypes
);
307
rmconf->
etypes
=NULL;
333
struct
etypes
*
335
struct
etypes
*orig;
337
struct
etypes
*new;
342
new = racoon_malloc(sizeof(struct
etypes
));
[
all
...]
cfparse.y
167
void freeetypes (struct
etypes
**
etypes
);
[
all
...]
handler.c
1358
struct
etypes
*e;
1367
for (e = iph1->rmconf->
etypes
; e != NULL; e = e->next){
isakmp.c
1071
iph1->etype = rmconf->
etypes
->type;
1125
struct
etypes
*etypeok;
[
all
...]
/external/ipsec-tools/
setup.c
341
remoteconf->
etypes
->type = ISAKMP_ETYPE_AGG;
428
remoteconf->
etypes
= racoon_calloc(1, sizeof(struct
etypes
));
429
remoteconf->
etypes
->type = ISAKMP_ETYPE_IDENT;
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/misc/common/jython/
jython.jar
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 53 milliseconds