Searched refs:PORT_ISAKMP (Results 1 – 10 of 10) sorted by relevance
39 #define PORT_ISAKMP 500 macro
756 u_short bestmatch_port = PORT_ISAKMP;772 if (extract_port(p->addr) == PORT_ISAKMP) {774 bestmatch_port = PORT_ISAKMP;
136 printf(" -p: port number for isakmp (default: %d).\n", PORT_ISAKMP); in usage()
109 lcconf->port_isakmp = PORT_ISAKMP; in setdefault()
1212 set_port(src, PORT_ISAKMP);1213 set_port(dst, PORT_ISAKMP);
2884 port = PORT_ISAKMP;2896 set_port(iph1->local, PORT_ISAKMP);
505 : /* nothing */ { $$ = PORT_ISAKMP; }
3663 if (ntohs(id_b->port) != PORT_ISAKMP) {3831 id_b.port = htons(PORT_ISAKMP);
140 set_port(myaddrs[0].addr, PORT_ISAKMP); in set_globals()151 localconf.port_isakmp = PORT_ISAKMP; in set_globals()
61 #define PORT_ISAKMP 500 macro