OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:localconf
(Results
1 - 25
of
32
) sorted by null
1
2
/external/ipsec-tools/
setup.c
47
#include "
localconf
.h"
57
static struct
localconf
localconf
;
variable in typeref:struct:localconf
65
struct
localconf
*lcconf = &
localconf
;
129
localconf
.myaddrs = &myaddrs[0];
130
localconf
.port_isakmp = PORT_ISAKMP;
131
localconf
.port_isakmp_natt = PORT_ISAKMP_NATT;
132
localconf
.default_af = AF_INET;
133
localconf
.pathinfo[LC_PATHTYPE_CERT] = "./"
[
all
...]
/external/ipsec-tools/src/racoon/
localconf.h
1
/* $NetBSD:
localconf
.h,v 1.4 2006/09/09 16:22:09 manu Exp $ */
3
/* Id:
localconf
.h,v 1.13 2005/11/06 18:13:18 monas Exp */
69
struct
localconf
{
struct
123
extern struct
localconf
*lcconf;
localconf.c
1
/* $NetBSD:
localconf
.c,v 1.4 2006/09/09 16:22:09 manu Exp $ */
3
/* $KAME:
localconf
.c,v 1.33 2001/08/09 07:32:19 sakane Exp $ */
52
#include "
localconf
.h"
66
struct
localconf
*lcconf;
Makefile.am
34
policy.c
localconf
.c remoteconf.c crypto_openssl.c algorithm.c \
72
crypto_openssl.h handler.h
localconf
.h remoteconf.h vmbuf.h \
remoteconf.h
106
/* above 2 values are copied from
localconf
. */
sainfo.c
57
#include "
localconf
.h"
vendorid.c
51
#include "
localconf
.h"
main.c
76
#include "
localconf
.h"
session.c
88
#include "
localconf
.h"
Makefile.in
84
vendorid.$(OBJEXT) policy.$(OBJEXT)
localconf
.$(OBJEXT) \
286
policy.c
localconf
.c remoteconf.c crypto_openssl.c algorithm.c \
326
crypto_openssl.h handler.h
localconf
.h remoteconf.h vmbuf.h \
510
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/
localconf
.Po@am__quote@
[
all
...]
admin.c
69
#include "
localconf
.h"
backupsa.c
66
#include "
localconf
.h"
nattraversal.c
57
#include "
localconf
.h"
policy.c
57
#include "
localconf
.h"
remoteconf.c
68
#include "
localconf
.h"
cftoken.l
66
#include "
localconf
.h"
grabmyaddr.c
72
#include "
localconf
.h"
gssapi.c
59
#include "
localconf
.h"
handler.c
73
#include "
localconf
.h"
isakmp_agg.c
68
#include "
localconf
.h"
[
all
...]
isakmp_base.c
68
#include "
localconf
.h"
[
all
...]
privsep.c
63
#include "
localconf
.h"
proposal.c
64
#include "
localconf
.h"
isakmp_ident.c
64
#include "
localconf
.h"
[
all
...]
isakmp_inf.c
73
#include "
localconf
.h"
[
all
...]
Completed in 377 milliseconds
1
2