Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c92 if (uc->st_udp_ttl == 0) in nat64lsn_default_config()
93 uc->st_udp_ttl = NAT64LSN_UDP_AGE; in nat64lsn_default_config()
184 cfg->st_udp_ttl = uc->st_udp_ttl; in nat64lsn_create()
323 uc->st_udp_ttl = cfg->st_udp_ttl; in nat64lsn_export_config()
455 cfg->st_udp_ttl = uc->st_udp_ttl; in nat64lsn_config()
H A Dnat64lsn.h217 uint16_t st_udp_ttl; /* UDP expire */ member
H A Dnat64lsn.c735 if (age > cfg->st_udp_ttl) in nat64lsn_check_state()
/f-stack/tools/ipfw/
H A Dnat64lsn.c429 cfg->st_udp_ttl = NAT64LSN_UDP_AGE; in nat64lsn_create()
498 cfg->st_udp_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_create()
615 cfg->st_udp_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_config()
802 if (g_co.verbose || cfg->st_udp_ttl != NAT64LSN_UDP_AGE) in nat64lsn_show_cb()
803 printf(" udp_age %u", cfg->st_udp_ttl); in nat64lsn_show_cb()
/f-stack/freebsd/netinet6/
H A Dip_fw_nat64.h157 uint16_t st_udp_ttl; /* UDP expire */ member
/f-stack/tools/compat/include/netinet6/
H A Dip_fw_nat64.h157 uint16_t st_udp_ttl; /* UDP expire */ member