| /openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
| H A D | 50-gbmc-ncsi.rules.in | 6 ip6 daddr ff00::/8 jump ncsi_brd_input 7 ip6 daddr fe80::/64 jump ncsi_legacy_input 36 ip6 daddr fdb5:0481:10ce::/64 drop
|
| H A D | gbmc-ncsi-nft.sh.in | 36 contents+=" ip daddr $ip4 jump ncsi_legacy_input"$'\n' 41 contents+=" ip6 daddr $ip6 jump ncsi_legacy_input"$'\n'
|
| H A D | gbmc-ncsi-usb.sh | 46 ip6 daddr fdb5:0481:10ce::/64 drop
|
| H A D | gbmc-ncsi-br-deprecated-ips.sh.in | 174 ip6 saddr != $pfx/76 ip6 daddr $pfx/76 jump ncsi_gbmc_br_pub_input 175 ${host_pfx:+ip6 daddr $host_pfx/64 jump ncsi_legacy_input} 178 ip6 saddr != $pfx/76 ip6 daddr $pfx/76 accept
|
| /openbmc/qemu/contrib/plugins/ |
| H A D | cflow.c | 32 uint64_t daddr; member 183 dd->daddr, dd->dcount); in plugin_exit() 271 if (g_array_index(dests, DestData, i).daddr == pc) { in vcpu_tb_branched_exec() 278 DestData new_entry = { .daddr = pc }; in vcpu_tb_branched_exec() 281 g_assert(data->daddr == pc); in vcpu_tb_branched_exec()
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/ |
| H A D | 50-gbmc-nic.rules.in | 18 ip6 daddr fdb5:0481:10ce::/64 drop
|
| H A D | gbmc-nic-neigh.sh.in | 81 ip6 saddr != $ip/64 ip6 daddr $ip/64 accept
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
| H A D | 50-gbmc-br.rules | 31 ip6 daddr @gbmc_br_int_addrs accept
|
| /openbmc/u-boot/arch/m68k/include/asm/coldfire/ |
| H A D | edma.h | 62 u32 daddr; /* 0x10 Destination address */ member
|
| /openbmc/qemu/tools/ebpf/ |
| H A D | rss.bpf.c | 322 info->in_dst = ip.daddr; in parse_packet() 338 info->in6_dst = ip6.daddr; in parse_packet()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | fdt.c | 747 static void msg(const char *name, uint64_t uaddr, uint64_t daddr) argument 750 "but the device tree has it at %llx\n", name, uaddr, daddr);
|
| /openbmc/qemu/target/sparc/ |
| H A D | translate.c | 1884 TCGv daddr = tcg_temp_new(); in gen_st_asi() local 1888 tcg_gen_andi_tl(daddr, addr, -32); in gen_st_asi() 1890 tcg_gen_qemu_st_i128(tmp, daddr, da->mem_idx, mop); in gen_st_asi() 1892 tcg_gen_addi_tl(daddr, daddr, 16); in gen_st_asi() 1894 tcg_gen_qemu_st_i128(tmp, daddr, da->mem_idx, mop); in gen_st_asi() 2351 TCGv daddr = tcg_temp_new(); in gen_stda_asi() local 2355 tcg_gen_andi_tl(daddr, addr, -32); in gen_stda_asi() 2356 tcg_gen_qemu_st_i128(t16, daddr, da->mem_idx, mop); in gen_stda_asi() 2357 tcg_gen_addi_tl(daddr, daddr, 16); in gen_stda_asi() 2358 tcg_gen_qemu_st_i128(t16, daddr, da->mem_idx, mop); in gen_stda_asi()
|
| /openbmc/qemu/hw/net/ |
| H A D | vmxnet3.c | 700 hwaddr daddr = in vmxnet3_pop_rxc_descr() local 704 daddr, &rxcd, sizeof(struct Vmxnet3_RxCompDesc)); in vmxnet3_pop_rxc_descr() 713 return daddr; in vmxnet3_pop_rxc_descr()
|
| /openbmc/qemu/hw/display/ |
| H A D | trace-events | 137 …val) "rop=0x%02x mode=0x%02x modeext=0x%02x w=%d h=%d dpitch=%d spitch=%d daddr=0x%08"PRIx32" sadd…
|