Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c94 if (uc->st_icmp_ttl == 0) in nat64lsn_default_config()
95 uc->st_icmp_ttl = NAT64LSN_ICMP_AGE; in nat64lsn_default_config()
185 cfg->st_icmp_ttl = uc->st_icmp_ttl; in nat64lsn_create()
324 uc->st_icmp_ttl = cfg->st_icmp_ttl; in nat64lsn_export_config()
456 cfg->st_icmp_ttl = uc->st_icmp_ttl; in nat64lsn_config()
H A Dnat64lsn.h218 uint16_t st_icmp_ttl; /* ICMP expire */ member
H A Dnat64lsn.c739 if (age > cfg->st_icmp_ttl) in nat64lsn_check_state()
/f-stack/tools/ipfw/
H A Dnat64lsn.c430 cfg->st_icmp_ttl = NAT64LSN_ICMP_AGE; in nat64lsn_create()
504 cfg->st_icmp_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_create()
621 cfg->st_icmp_ttl = (uint16_t)nat64lsn_parse_int( in nat64lsn_config()
804 if (g_co.verbose || cfg->st_icmp_ttl != NAT64LSN_ICMP_AGE) in nat64lsn_show_cb()
805 printf(" icmp_age %u", cfg->st_icmp_ttl); in nat64lsn_show_cb()
/f-stack/freebsd/netinet6/
H A Dip_fw_nat64.h158 uint16_t st_icmp_ttl; /* ICMP expire */ member
/f-stack/tools/compat/include/netinet6/
H A Dip_fw_nat64.h158 uint16_t st_icmp_ttl; /* ICMP expire */ member