Searched refs:nh4 (Results 1 – 8 of 8) 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() 536 v.nh4 = iv->nh4; in ipfw_import_table_value_v1() 564 iv.nh4 = v->nh4; in ipfw_export_table_value_v1()
|
| H A D | ip_fw_log.c | 213 TARG_VAL(chain, tablearg, nh4)); in ipfw_log_syslog() 526 TARG_VAL(chain, tablearg, nh4)); in ipfw_rtsocklog_handle_tablearg()
|
| H A D | ip_fw_private.h | 345 uint32_t nh4; member
|
| H A D | ip_fw2.c | 1339 tvalue = TARG_VAL(ch, tablearg, nh4); in tvalue_match() 3324 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 | 1523 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 D | ip_fw.h | 1011 uint32_t nh4; member
|