Home
last modified time | relevance | path

Searched refs:nh4 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_value.c121 _MCPY(nh4, IPFW_VTYPE_NH4); in mask_table_value()
536 v.nh4 = iv->nh4; in ipfw_import_table_value_v1()
564 iv.nh4 = v->nh4; in ipfw_export_table_value_v1()
H A Dip_fw_log.c213 TARG_VAL(chain, tablearg, nh4)); in ipfw_log_syslog()
526 TARG_VAL(chain, tablearg, nh4)); in ipfw_rtsocklog_handle_tablearg()
H A Dip_fw_private.h345 uint32_t nh4; member
H A Dip_fw2.c1339 tvalue = TARG_VAL(ch, tablearg, nh4); in tvalue_match()
3324 nh4)); in ipfw_chk()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64stl.c120 aaddr = htonl(TARG_VAL(chain, tablearg, nh4)); in nat64stl_handle_ip6()
200 htonl(TARG_VAL(chain, tablearg, nh4)), 0, &cfg->base, logdata)); in nat64stl_handle_icmp6()
H A Dnat64_translate.c175 struct nhop_object *nh4 = NULL; in nat64_direct_output_one() local
190 nh4 = nat64_find_route4(&dst4, m); in nat64_direct_output_one()
191 if (nh4 == NULL) { in nat64_direct_output_one()
195 ifp = nh4->nh_ifp; in nat64_direct_output_one()
/freebsd/sbin/ipfw/
H A Dtables.c1523 v->nh4 = val; in set_legacy_value()
1623 v->nh4 = ntohl(a4); in tentry_fill_value()
1627 v->nh4 = ntohl(ipaddr.s_addr); in tentry_fill_value()
1863 a4.s_addr = htonl(v->nh4); in table_show_value()
/freebsd/sys/netinet/
H A Dip_fw.h1011 uint32_t nh4; member