Home
last modified time | relevance | path

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

/freebsd-head/sys/netpfil/ipfw/
HDip_fw_table_value.c122 _MCPY(nh6, IPFW_VTYPE_NH6); in mask_table_value()
620 v.nh6 = iv->nh6; in ipfw_import_table_value_v1()
648 iv.nh6 = v->nh6; in ipfw_export_table_value_v1()
HDip_fw_log.c262 TARG_VAL(chain, tablearg, nh6); in ipfw_log_syslog()
566 nh->sin6_addr = TARG_VAL(chain, tablearg, nh6); in ipfw_rtsocklog_handle_tablearg()
HDip_fw2.c3248 struct ip_fw_nh6 *nh6; in ipfw_chk() local
3251 nh6 = &args->hopstore6; in ipfw_chk()
3252 nh6->sin6_addr = TARG_VAL( in ipfw_chk()
3253 chain, tablearg, nh6); in ipfw_chk()
3254 nh6->sin6_port = sa->sin_port; in ipfw_chk()
3255 nh6->sin6_scope_id = TARG_VAL( in ipfw_chk()
HDip_fw_private.h344 struct in6_addr nh6; member
/freebsd-head/sys/netpfil/ipfw/nat64/
HDnat64stl.c97 daddr = TARG_VAL(chain, tablearg, nh6); in nat64stl_handle_ip4()
HDnat64_translate.c176 struct nhop_object *nh6 = NULL; in nat64_direct_output_one() local
202 nh6 = nat64_find_route6(&dst6, m); in nat64_direct_output_one()
203 if (nh6 == NULL) { in nat64_direct_output_one()
207 ifp = nh6->nh_ifp; in nat64_direct_output_one()
/freebsd-head/sys/netinet/
HDip_fw.h977 struct in6_addr nh6; member
/freebsd-head/sbin/ipfw/
HDtables.c1654 v->nh6 = ((struct sockaddr_in6 *) in tentry_fill_value()
1876 sa6.sin6_addr = v->nh6; in table_show_value()