Searched refs:nh6 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-head/sys/netpfil/ipfw/ |
| HD | ip_fw_table_value.c | 122 _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()
|
| HD | ip_fw_log.c | 262 TARG_VAL(chain, tablearg, nh6); in ipfw_log_syslog() 566 nh->sin6_addr = TARG_VAL(chain, tablearg, nh6); in ipfw_rtsocklog_handle_tablearg()
|
| HD | ip_fw2.c | 3248 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()
|
| HD | ip_fw_private.h | 344 struct in6_addr nh6; member
|
| /freebsd-head/sys/netpfil/ipfw/nat64/ |
| HD | nat64stl.c | 97 daddr = TARG_VAL(chain, tablearg, nh6); in nat64stl_handle_ip4()
|
| HD | nat64_translate.c | 176 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/ |
| HD | ip_fw.h | 977 struct in6_addr nh6; member
|
| /freebsd-head/sbin/ipfw/ |
| HD | tables.c | 1654 v->nh6 = ((struct sockaddr_in6 *) in tentry_fill_value() 1876 sa6.sin6_addr = v->nh6; in table_show_value()
|