Searched refs:PUBLIC_NAT_PORT_MAPPING_TIMEOUT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dnat_port_mapping.c273 #define PUBLIC_NAT_PORT_MAPPING_TIMEOUT 20 macro
293 PUBLIC_NAT_PORT_MAPPING_TIMEOUT);
308 SCLog(TRUE, LOG_INFO, CFSTR("starting wait-port-mapping timer for IPSec: %d secs"), PUBLIC_NAT_PORT_MAPPING_TIMEOUT);
309 serv->u.ipsec.port_mapping_timerref = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + PUBLIC_NAT_PORT_MAPPING_TIMEOUT, FAR_FUTURE, 0, 0, public_port_mapping_timeout, &context);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dpppd.h744 #define PUBLIC_NAT_PORT_MAPPING_TIMEOUT 20 macro
H A Dsys-MacOSX.c4447 PUBLIC_NAT_PORT_MAPPING_TIMEOUT);
4471 notice("starting wait-port-mapping timer for %s: %d secs", session->sd_name, PUBLIC_NAT_PORT_MAPPING_TIMEOUT);
4472 TIMEOUT (ppp_public_nat_port_mapping_timeout, 0, PUBLIC_NAT_PORT_MAPPING_TIMEOUT);

Completed in 192 milliseconds