Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c92 if (uc->st_icmp_ttl == 0) in nat64lsn_default_config()
93 uc->st_icmp_ttl = NAT64LSN_ICMP_AGE; in nat64lsn_default_config()
186 cfg->st_icmp_ttl = uc->st_icmp_ttl; in nat64lsn_create()
330 uc->st_icmp_ttl = cfg->st_icmp_ttl; in nat64lsn_export_config()
463 cfg->st_icmp_ttl = uc->st_icmp_ttl; in nat64lsn_config()
H A Dnat64lsn.h229 uint16_t st_icmp_ttl; /* ICMP expire */ member
H A Dnat64lsn.c738 if (age > cfg->st_icmp_ttl) in nat64lsn_check_state()
/freebsd/sbin/ipfw/
H A Dnat64lsn.c423 cfg->st_icmp_ttl = NAT64LSN_ICMP_AGE; in nat64lsn_create()
497 cfg->st_icmp_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_create()
620 cfg->st_icmp_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_config()
809 if (g_co.verbose || cfg->st_icmp_ttl != NAT64LSN_ICMP_AGE) in nat64lsn_show_cb()
810 printf(" icmp_age %u", cfg->st_icmp_ttl); in nat64lsn_show_cb()
/freebsd/sys/netinet6/
H A Dip_fw_nat64.h160 uint16_t st_icmp_ttl; /* ICMP expire */ member