Home
last modified time | relevance | path

Searched refs:st_udp_ttl (Results 1 – 5 of 5) sorted by path

/freebsd/sbin/ipfw/
H A Dnat64lsn.c420 cfg->st_udp_ttl = NAT64LSN_UDP_AGE; in nat64lsn_create()
489 cfg->st_udp_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_create()
606 cfg->st_udp_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_config()
793 if (g_co.verbose || cfg->st_udp_ttl != NAT64LSN_UDP_AGE) in nat64lsn_show_cb()
794 printf(" udp_age %u", cfg->st_udp_ttl); in nat64lsn_show_cb()
/freebsd/sys/netinet6/
H A Dip_fw_nat64.h155 uint16_t st_udp_ttl; /* UDP expire */ member
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c732 if (age > cfg->st_udp_ttl) in nat64lsn_check_state()
H A Dnat64lsn.h215 uint16_t st_udp_ttl; /* UDP expire */ member
H A Dnat64lsn_control.c89 if (uc->st_udp_ttl == 0) in nat64lsn_default_config()
90 uc->st_udp_ttl = NAT64LSN_UDP_AGE; in nat64lsn_default_config()
181 cfg->st_udp_ttl = uc->st_udp_ttl; in nat64lsn_create()
320 uc->st_udp_ttl = cfg->st_udp_ttl; in nat64lsn_export_config()
452 cfg->st_udp_ttl = uc->st_udp_ttl; in nat64lsn_config()