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 237 opts->float_port = 0; /* No port floating for those drafts */
248 opts->float_port = lcconf->port_isakmp_natt;
260 opts->float_port = lcconf->port_isakmp_natt;
268 opts->float_port = lcconf->port_isakmp_natt;
292 if (! iph1->natt_options->float_port){
298 set_port (iph1->local, iph1->natt_options->float_port);
299 set_port (iph1->remote, iph1->natt_options->float_port);

Completed in 76 milliseconds