Home
last modified time | relevance | path

Searched refs:float_port (Results 1 – 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
Dnattraversal.c237 opts->float_port = 0; /* No port floating for those drafts */ in natt_fill_options()
248 opts->float_port = lcconf->port_isakmp_natt; in natt_fill_options()
260 opts->float_port = lcconf->port_isakmp_natt; in natt_fill_options()
268 opts->float_port = lcconf->port_isakmp_natt; in natt_fill_options()
292 if (! iph1->natt_options->float_port){ in natt_float_ports()
298 set_port (iph1->local, iph1->natt_options->float_port); in natt_float_ports()
299 set_port (iph1->remote, iph1->natt_options->float_port); in natt_float_ports()
Dnattraversal.h60 u_int16_t float_port; member