Home
last modified time | relevance | path

Searched refs:st_estab_ttl (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c90 if (uc->st_estab_ttl == 0) in nat64lsn_default_config()
91 uc->st_estab_ttl = NAT64LSN_TCP_EST_AGE; in nat64lsn_default_config()
183 cfg->st_estab_ttl = uc->st_estab_ttl; in nat64lsn_create()
322 uc->st_estab_ttl = cfg->st_estab_ttl; in nat64lsn_export_config()
454 cfg->st_estab_ttl = uc->st_estab_ttl; in nat64lsn_config()
H A Dnat64lsn.h216 uint16_t st_estab_ttl; /* TCP established expire */ member
H A Dnat64lsn.c726 ttl = cfg->st_estab_ttl; in nat64lsn_check_state()
/f-stack/tools/ipfw/
H A Dnat64lsn.c427 cfg->st_estab_ttl = NAT64LSN_TCP_EST_AGE; in nat64lsn_create()
492 cfg->st_estab_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_create()
609 cfg->st_estab_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_config()
800 if (g_co.verbose || cfg->st_estab_ttl != NAT64LSN_TCP_EST_AGE) in nat64lsn_show_cb()
801 printf(" tcp_est_age %u", cfg->st_estab_ttl); in nat64lsn_show_cb()
/f-stack/freebsd/netinet6/
H A Dip_fw_nat64.h156 uint16_t st_estab_ttl; /* TCP established expire */ member
/f-stack/tools/compat/include/netinet6/
H A Dip_fw_nat64.h156 uint16_t st_estab_ttl; /* TCP established expire */ member