Searched refs:st_icmp_ttl (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c94 if (uc->st_icmp_ttl == 0)
95 uc->st_icmp_ttl = NAT64LSN_ICMP_AGE;
185 cfg->st_icmp_ttl = uc->st_icmp_ttl;
324 uc->st_icmp_ttl = cfg->st_icmp_ttl;
456 cfg->st_icmp_ttl = uc->st_icmp_ttl;
H A Dnat64lsn.h218 uint16_t st_icmp_ttl; /* ICMP expire */ member in struct:nat64lsn_cfg
H A Dnat64lsn.c739 if (age > cfg->st_icmp_ttl)
/freebsd-13-stable/sys/netinet6/
H A Dip_fw_nat64.h158 uint16_t st_icmp_ttl; /* ICMP expire */ member in struct:_ipfw_nat64lsn_cfg
/freebsd-13-stable/sbin/ipfw/
H A Dnat64lsn.c424 cfg->st_icmp_ttl = NAT64LSN_ICMP_AGE;
498 cfg->st_icmp_ttl = (uint16_t)nat64lsn_parse_int(
615 cfg->st_icmp_ttl = (uint16_t)nat64lsn_parse_int(
798 if (g_co.verbose || cfg->st_icmp_ttl != NAT64LSN_ICMP_AGE)
799 printf(" icmp_age %u", cfg->st_icmp_ttl);

Completed in 59 milliseconds