Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c88 if (uc->st_close_ttl == 0) in nat64lsn_default_config()
89 uc->st_close_ttl = NAT64LSN_TCP_FIN_AGE; in nat64lsn_default_config()
182 cfg->st_close_ttl = uc->st_close_ttl; in nat64lsn_create()
321 uc->st_close_ttl = cfg->st_close_ttl; in nat64lsn_export_config()
453 cfg->st_close_ttl = uc->st_close_ttl; in nat64lsn_config()
H A Dnat64lsn.h215 uint16_t st_close_ttl; /* TCP fin expire */ member
H A Dnat64lsn.c724 ttl = cfg->st_close_ttl; in nat64lsn_check_state()
/f-stack/tools/ipfw/
H A Dnat64lsn.c428 cfg->st_close_ttl = NAT64LSN_TCP_FIN_AGE; in nat64lsn_create()
486 cfg->st_close_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_create()
603 cfg->st_close_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_config()
798 if (g_co.verbose || cfg->st_close_ttl != NAT64LSN_TCP_FIN_AGE) in nat64lsn_show_cb()
799 printf(" tcp_close_age %u", cfg->st_close_ttl); in nat64lsn_show_cb()
/f-stack/freebsd/netinet6/
H A Dip_fw_nat64.h155 uint16_t st_close_ttl; /* TCP fin expire */ member
/f-stack/tools/compat/include/netinet6/
H A Dip_fw_nat64.h155 uint16_t st_close_ttl; /* TCP fin expire */ member