Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netpfil/ipfw/nat64/
HDnat64lsn_control.c98 if (uc->st_udp_ttl == 0) in nat64lsn_default_config()
99 uc->st_udp_ttl = NAT64LSN_UDP_AGE; in nat64lsn_default_config()
191 cfg->st_udp_ttl = uc->st_udp_ttl; in nat64lsn_create()
325 uc->st_udp_ttl = cfg->st_udp_ttl; in nat64lsn_export_config()
457 cfg->st_udp_ttl = uc->st_udp_ttl; in nat64lsn_config()
HDnat64lsn.h216 uint16_t st_udp_ttl; /* UDP expire */ member
HDnat64lsn.c490 if (age > cfg->st_udp_ttl) in nat64lsn_periodic_chkstate()
/freebsd-11-stable/sbin/ipfw/
HDnat64lsn.c418 cfg->st_udp_ttl = NAT64LSN_UDP_AGE; in nat64lsn_create()
512 cfg->st_udp_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_create()
623 cfg->st_udp_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_config()
813 if (cfg->st_udp_ttl != NAT64LSN_UDP_AGE) in nat64lsn_show_cb()
814 printf(" udp_age %u", cfg->st_udp_ttl); in nat64lsn_show_cb()
/freebsd-11-stable/sys/netinet6/
HDip_fw_nat64.h153 uint16_t st_udp_ttl; /* UDP expire */ member