Searched refs:PORT_ISAKMP (Results 1 – 10 of 10) sorted by relevance
39 #define PORT_ISAKMP 500 macro
136 printf(" -p: port number for isakmp (default: %d).\n", PORT_ISAKMP); in usage()
735 u_short bestmatch_port = PORT_ISAKMP;751 if (extract_port(p->addr) == PORT_ISAKMP) {753 bestmatch_port = PORT_ISAKMP;
109 lcconf->port_isakmp = PORT_ISAKMP; in setdefault()
1212 set_port(src, PORT_ISAKMP);1213 set_port(dst, PORT_ISAKMP);
2879 port = PORT_ISAKMP;2891 set_port(iph1->local, PORT_ISAKMP);
505 : /* nothing */ { $$ = PORT_ISAKMP; }
3659 if (ntohs(id_b->port) != PORT_ISAKMP) {3827 id_b.port = htons(PORT_ISAKMP);
49 #define PORT_ISAKMP 500 macro
119 set_port(myaddrs[0].addr, PORT_ISAKMP); in set_globals()130 localconf.port_isakmp = PORT_ISAKMP; in set_globals()