OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_ISAKMP
(Results
1 - 10
of
10
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_var.h
39
#define
PORT_ISAKMP
500
main.c
136
printf(" -p: port number for isakmp (default: %d).\n",
PORT_ISAKMP
);
328
lcconf->
port_isakmp
= atoi(optarg);
grabmyaddr.c
719
set_port (p->addr, p->udp_encap ? lcconf->port_isakmp_natt : lcconf->
port_isakmp
);
735
u_short bestmatch_port =
PORT_ISAKMP
;
750
/* matching address with port
PORT_ISAKMP
*/
751
if (extract_port(p->addr) ==
PORT_ISAKMP
) {
753
bestmatch_port =
PORT_ISAKMP
;
localconf.c
109
lcconf->
port_isakmp
=
PORT_ISAKMP
;
349
lcconf->
port_isakmp
= s_port_isakmp;
354
s_port_isakmp = lcconf->
port_isakmp
;
isakmp_inf.c
1213
set_port(src,
PORT_ISAKMP
);
1214
set_port(dst,
PORT_ISAKMP
);
[
all
...]
cfparse.y
505
: /* nothing */ { $$ =
PORT_ISAKMP
; }
[
all
...]
ipsec_doi.c
[
all
...]
isakmp.c
[
all
...]
/external/tcpdump/
isakmp.h
49
#define
PORT_ISAKMP
500
/external/ipsec-tools/
setup.c
119
set_port(myaddrs[0].addr,
PORT_ISAKMP
);
130
localconf.
port_isakmp
=
PORT_ISAKMP
;
Completed in 1642 milliseconds