Home | History | Annotate | Download | only in racoon

Lines Matching defs:port

357 	/* avoid packets with malicious port/address */
360 "src port == 0 (valid as UDP but not with IKE)\n");
501 /* set the flag to prevent further port floating
1176 /* RFC3947 says that we MUST accept new phases1 on NAT-T floated port.
1699 "%s used as isakmp port (fd=%d)\n",
1812 /* If NAT-T port floating is in use, 4 zero bytes (non-ESP marker)
2156 /* search appropreate configuration with masking port. */
2175 * Search isakmp status table by address and port
2309 * Search isakmp status table by address and port
2476 u_short port;
2516 port = ((struct sockaddr_in *)remote)->sin_port;
2517 memcpy(p, &port, sizeof(u_short));
2523 port = ((struct sockaddr_in *)local)->sin_port;
2524 memcpy(p, &port, sizeof(u_short));
2863 u_int16_t port;
2871 * if remote has no port # (in case of initiator - from ACQUIRE msg)
2872 * - if remote.conf specifies port #, use that
2874 * if remote has port # (in case of responder - from recvfrom(2))
2878 port = extract_port(rmconf->remote);
2879 if (port == 0)
2880 port = PORT_ISAKMP;
2881 set_port(iph1->remote, port);