Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c86 if (uc->st_close_ttl == 0) in nat64lsn_default_config()
87 uc->st_close_ttl = NAT64LSN_TCP_FIN_AGE; in nat64lsn_default_config()
183 cfg->st_close_ttl = uc->st_close_ttl; in nat64lsn_create()
327 uc->st_close_ttl = cfg->st_close_ttl; in nat64lsn_export_config()
460 cfg->st_close_ttl = uc->st_close_ttl; in nat64lsn_config()
H A Dnat64lsn.h226 uint16_t st_close_ttl; /* TCP fin expire */ member
H A Dnat64lsn.c723 ttl = cfg->st_close_ttl; in nat64lsn_check_state()
/freebsd/sbin/ipfw/
H A Dnat64lsn.c421 cfg->st_close_ttl = NAT64LSN_TCP_FIN_AGE; in nat64lsn_create()
479 cfg->st_close_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_create()
602 cfg->st_close_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_config()
803 if (g_co.verbose || cfg->st_close_ttl != NAT64LSN_TCP_FIN_AGE) in nat64lsn_show_cb()
804 printf(" tcp_close_age %u", cfg->st_close_ttl); in nat64lsn_show_cb()
/freebsd/sys/netinet6/
H A Dip_fw_nat64.h157 uint16_t st_close_ttl; /* TCP fin expire */ member