Searched refs:nh4 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_value.c118 _MCPY(nh4, IPFW_VTYPE_NH4);
615 v->nh4 = value; /* host format */
652 v.nh4 = iv->nh4;
679 iv.nh4 = v->nh4;
H A Dip_fw_private.h327 uint32_t nh4; member in struct:table_value
H A Dip_fw2.c3050 nh4));
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64stl.c123 aaddr = htonl(TARG_VAL(chain, tablearg, nh4));
203 htonl(TARG_VAL(chain, tablearg, nh4)), 0, &cfg->base, logdata));
H A Dnat64_translate.c176 struct nhop_object *nh4 = NULL; local
191 nh4 = nat64_find_route4(&dst4, m);
192 if (nh4 == NULL) {
196 ifp = nh4->nh_ifp;
/freebsd-13-stable/sbin/ipfw/
H A Dtables.c1506 v->nh4 = val;
1606 v->nh4 = ntohl(a4);
1610 v->nh4 = ntohl(ipaddr.s_addr);
1842 a4.s_addr = htonl(v->nh4);
2017 uint32_t nh4; member in struct:_table_value
/freebsd-13-stable/sys/netinet/
H A Dip_fw.h877 uint32_t nh4; member in struct:_ipfw_table_value

Completed in 144 milliseconds