Searched refs:nh4 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table_value.c | 121 _MCPY(nh4, IPFW_VTYPE_NH4); in mask_table_value() 619 v.nh4 = iv->nh4; in ipfw_import_table_value_v1() 647 iv.nh4 = v->nh4; in ipfw_export_table_value_v1()
|
H A D | ip_fw_private.h | 339 uint32_t nh4; member
|
H A D | ip_fw2.c | 1336 tvalue = TARG_VAL(ch, tablearg, nh4); in tvalue_match() 3268 nh4)); in ipfw_chk()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64stl.c | 120 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 D | nat64_translate.c | 175 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 D | tables.c | 1526 v->nh4 = val; in set_legacy_value() 1626 v->nh4 = ntohl(a4); in tentry_fill_value() 1630 v->nh4 = ntohl(ipaddr.s_addr); in tentry_fill_value() 1866 a4.s_addr = htonl(v->nh4); in table_show_value()
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 972 uint32_t nh4; member
|