HomeSort by relevance Sort by last modified time
    Searched refs:PORT_ISAKMP (Results 1 - 11 of 11) 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);
localconf.c 109 lcconf->port_isakmp = PORT_ISAKMP;
349 lcconf->port_isakmp = s_port_isakmp;
354 s_port_isakmp = lcconf->port_isakmp;
grabmyaddr.c 740 set_port (p->addr, p->udp_encap ? lcconf->port_isakmp_natt : lcconf->port_isakmp);
756 u_short bestmatch_port = PORT_ISAKMP;
771 /* matching address with port PORT_ISAKMP */
772 if (extract_port(p->addr) == PORT_ISAKMP) {
774 bestmatch_port = 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/ipsec-tools/
setup.c 140 set_port(myaddrs[0].addr, PORT_ISAKMP);
151 localconf.port_isakmp = PORT_ISAKMP;
  /external/tcpdump/
print-isakmp.c 60 #define PORT_ISAKMP 500
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 571 milliseconds