HomeSort by relevance Sort by last modified time
    Searched refs:float_port (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
nattraversal.h 60 u_int16_t float_port; member in struct:ph1natt_options
nattraversal.c 243 opts->float_port = 0; /* No port floating for those drafts */
254 opts->float_port = lcconf->port_isakmp_natt;
266 opts->float_port = lcconf->port_isakmp_natt;
274 opts->float_port = lcconf->port_isakmp_natt;
298 if (! iph1->natt_options->float_port){
304 set_port (iph1->local, iph1->natt_options->float_port);
305 set_port (iph1->remote, iph1->natt_options->float_port);

Completed in 1061 milliseconds