Home
last modified time | relevance | path

Searched refs:dest_mac (Results 1 – 25 of 124) sorted by relevance

12345

/dports/net/guacamole-server/guacamole-server-1.3.0/src/libguac/
H A Dwol.c171 unsigned int dest_mac[6]; in guac_wol_wake() local
175 &(dest_mac[0]), &(dest_mac[1]), &(dest_mac[2]), in guac_wol_wake()
176 &(dest_mac[3]), &(dest_mac[4]), &(dest_mac[5])) != 6) { in guac_wol_wake()
183 __guac_wol_create_magic_packet(wol_packet, dest_mac); in guac_wol_wake()
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libnet/
H A Dethernet.c128 if(memcmp(ethh->dest_mac, broadcast_mac, 6) != 0 in receive_ether()
129 && memcmp(ethh->dest_mac, multicast_mac, 3) != 0 in receive_ether()
130 && memcmp(ethh->dest_mac, own_mac, 6 ) != 0 in receive_ether()
131 && !is_multicast_mac(ethh->dest_mac)) in receive_ether()
182 const uint8_t * src_mac, const uint8_t * dest_mac) in fill_ethhdr() argument
188 memcpy(ethh -> dest_mac, dest_mac, 6); in fill_ethhdr()
H A Dbootp.c190 ethh->dest_mac[0], ethh->dest_mac[1], ethh->dest_mac[2], in receive_bootp()
191 ethh->dest_mac[3], ethh->dest_mac[4], ethh->dest_mac[5]); in receive_bootp()
H A Dethernet.h28 uint8_t dest_mac[ETH_ALEN]; /**< Destination HW address */ member
45 const uint8_t * src_mac, const uint8_t * dest_mac);
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/lib/libnet/
H A Dethernet.c128 if(memcmp(ethh->dest_mac, broadcast_mac, 6) != 0 in receive_ether()
129 && memcmp(ethh->dest_mac, multicast_mac, 3) != 0 in receive_ether()
130 && memcmp(ethh->dest_mac, own_mac, 6 ) != 0 in receive_ether()
131 && !is_multicast_mac(ethh->dest_mac)) in receive_ether()
182 const uint8_t * src_mac, const uint8_t * dest_mac) in fill_ethhdr() argument
188 memcpy(ethh -> dest_mac, dest_mac, 6); in fill_ethhdr()
H A Dbootp.c190 ethh->dest_mac[0], ethh->dest_mac[1], ethh->dest_mac[2], in receive_bootp()
191 ethh->dest_mac[3], ethh->dest_mac[4], ethh->dest_mac[5]); in receive_bootp()
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libnet/
H A Dethernet.c128 if(memcmp(ethh->dest_mac, broadcast_mac, 6) != 0 in receive_ether()
129 && memcmp(ethh->dest_mac, multicast_mac, 3) != 0 in receive_ether()
130 && memcmp(ethh->dest_mac, own_mac, 6 ) != 0 in receive_ether()
131 && !is_multicast_mac(ethh->dest_mac)) in receive_ether()
182 const uint8_t * src_mac, const uint8_t * dest_mac) in fill_ethhdr() argument
188 memcpy(ethh -> dest_mac, dest_mac, 6); in fill_ethhdr()
H A Dbootp.c190 ethh->dest_mac[0], ethh->dest_mac[1], ethh->dest_mac[2], in receive_bootp()
191 ethh->dest_mac[3], ethh->dest_mac[4], ethh->dest_mac[5]); in receive_bootp()
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libnet/
H A Dethernet.c128 if(memcmp(ethh->dest_mac, broadcast_mac, 6) != 0 in receive_ether()
129 && memcmp(ethh->dest_mac, multicast_mac, 3) != 0 in receive_ether()
130 && memcmp(ethh->dest_mac, own_mac, 6 ) != 0 in receive_ether()
131 && !is_multicast_mac(ethh->dest_mac)) in receive_ether()
182 const uint8_t * src_mac, const uint8_t * dest_mac) in fill_ethhdr() argument
188 memcpy(ethh -> dest_mac, dest_mac, 6); in fill_ethhdr()
H A Dbootp.c190 ethh->dest_mac[0], ethh->dest_mac[1], ethh->dest_mac[2], in receive_bootp()
191 ethh->dest_mac[3], ethh->dest_mac[4], ethh->dest_mac[5]); in receive_bootp()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/lib/libnet/
H A Dethernet.c128 if(memcmp(ethh->dest_mac, broadcast_mac, 6) != 0 in receive_ether()
129 && memcmp(ethh->dest_mac, multicast_mac, 3) != 0 in receive_ether()
130 && memcmp(ethh->dest_mac, own_mac, 6 ) != 0 in receive_ether()
131 && !is_multicast_mac(ethh->dest_mac)) in receive_ether()
182 const uint8_t * src_mac, const uint8_t * dest_mac) in fill_ethhdr() argument
188 memcpy(ethh -> dest_mac, dest_mac, 6); in fill_ethhdr()
H A Dbootp.c190 ethh->dest_mac[0], ethh->dest_mac[1], ethh->dest_mac[2], in receive_bootp()
191 ethh->dest_mac[3], ethh->dest_mac[4], ethh->dest_mac[5]); in receive_bootp()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/lib/libnet/
H A Dethernet.c128 if(memcmp(ethh->dest_mac, broadcast_mac, 6) != 0 in receive_ether()
129 && memcmp(ethh->dest_mac, multicast_mac, 3) != 0 in receive_ether()
130 && memcmp(ethh->dest_mac, own_mac, 6 ) != 0 in receive_ether()
131 && !is_multicast_mac(ethh->dest_mac)) in receive_ether()
182 const uint8_t * src_mac, const uint8_t * dest_mac) in fill_ethhdr() argument
188 memcpy(ethh -> dest_mac, dest_mac, 6); in fill_ethhdr()
H A Dbootp.c190 ethh->dest_mac[0], ethh->dest_mac[1], ethh->dest_mac[2], in receive_bootp()
191 ethh->dest_mac[3], ethh->dest_mac[4], ethh->dest_mac[5]); in receive_bootp()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libnet/
H A Dethernet.c128 if(memcmp(ethh->dest_mac, broadcast_mac, 6) != 0 in receive_ether()
129 && memcmp(ethh->dest_mac, multicast_mac, 3) != 0 in receive_ether()
130 && memcmp(ethh->dest_mac, own_mac, 6 ) != 0 in receive_ether()
131 && !is_multicast_mac(ethh->dest_mac)) in receive_ether()
182 const uint8_t * src_mac, const uint8_t * dest_mac) in fill_ethhdr() argument
188 memcpy(ethh -> dest_mac, dest_mac, 6); in fill_ethhdr()
H A Dbootp.c190 ethh->dest_mac[0], ethh->dest_mac[1], ethh->dest_mac[2], in receive_bootp()
191 ethh->dest_mac[3], ethh->dest_mac[4], ethh->dest_mac[5]); in receive_bootp()
/dports/multimedia/libv4l/linux-5.13-rc2/samples/bpf/
H A Dxdp_router_ipv4_kern.c112 __be64 *dest_mac = NULL, *src_mac = NULL; in xdp_router_ipv4_prog() local
149 dest_mac = &direct_entry->arp.mac; in xdp_router_ipv4_prog()
164 dest_mac = bpf_map_lookup_elem(&arp_table, &dest_ip); in xdp_router_ipv4_prog()
165 if (!dest_mac) { in xdp_router_ipv4_prog()
169 dest_mac = bpf_map_lookup_elem(&arp_table, &dest_ip); in xdp_router_ipv4_prog()
176 if (src_mac && dest_mac) { in xdp_router_ipv4_prog()
177 set_src_dst_mac(data, src_mac, dest_mac); in xdp_router_ipv4_prog()
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/bpf/
H A Dxdp_router_ipv4_kern.c112 __be64 *dest_mac = NULL, *src_mac = NULL; in xdp_router_ipv4_prog() local
149 dest_mac = &direct_entry->arp.mac; in xdp_router_ipv4_prog()
164 dest_mac = bpf_map_lookup_elem(&arp_table, &dest_ip); in xdp_router_ipv4_prog()
165 if (!dest_mac) { in xdp_router_ipv4_prog()
169 dest_mac = bpf_map_lookup_elem(&arp_table, &dest_ip); in xdp_router_ipv4_prog()
176 if (src_mac && dest_mac) { in xdp_router_ipv4_prog()
177 set_src_dst_mac(data, src_mac, dest_mac); in xdp_router_ipv4_prog()
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/bpf/
H A Dxdp_router_ipv4_kern.c112 __be64 *dest_mac = NULL, *src_mac = NULL; in xdp_router_ipv4_prog() local
149 dest_mac = &direct_entry->arp.mac; in xdp_router_ipv4_prog()
164 dest_mac = bpf_map_lookup_elem(&arp_table, &dest_ip); in xdp_router_ipv4_prog()
165 if (!dest_mac) { in xdp_router_ipv4_prog()
169 dest_mac = bpf_map_lookup_elem(&arp_table, &dest_ip); in xdp_router_ipv4_prog()
176 if (src_mac && dest_mac) { in xdp_router_ipv4_prog()
177 set_src_dst_mac(data, src_mac, dest_mac); in xdp_router_ipv4_prog()
/dports/net/libfb/libfb-2.0.2/libfb/
H A Dflash.c138 write_to_blk (libfb_t * f, unsigned char *dest_mac, int address, int length, in write_to_blk() argument
163 doof_txrx (f, dest_mac, (unsigned char *) packet, DOOF_CMD_WRITE_BLK, 0, in write_to_blk()
180 start_blk_write (libfb_t * f, unsigned char *dest_mac, int address) in start_blk_write() argument
194 doof_txrx (f, dest_mac, (unsigned char *) packet, DOOF_CMD_START_WRITE, 0, in start_blk_write()
210 read_blk (libfb_t * f, unsigned char *dest_mac, int address, int length, in read_blk() argument
232 doof_txrx (f, dest_mac, (unsigned char *) packet, DOOF_CMD_READ_BLK, 0, in read_blk()
H A Dfb_lib.h608 unsigned char *dest_mac, unsigned char fb_mac[][6]);
609 fblib_err config_fb_allspan_off (libfb_t * f, unsigned char *dest_mac);
616 int get_static_info (libfb_t * f, unsigned char *dest_mac,
618 int get_epcs_pointer (libfb_t * f, unsigned char *dest_mac,
646 int write_to_blk (libfb_t * f, unsigned char *dest_mac, int address,
648 int start_blk_write (libfb_t * f, unsigned char *dest_mac, int address);
649 int read_blk (libfb_t * f, unsigned char *dest_mac, int address, int length,
692 int tx_packet (unsigned char *dest_mac, unsigned char *buffer, int len);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/sim/rfnoc/
H A DPkgEthernet.sv37 logic [47:0] dest_mac = DEF_DEST_MAC_ADDR; member
54 pay.push_back(pkt.hdr.dest_mac[47:40]);
55 pay.push_back(pkt.hdr.dest_mac[39:32]);
56 pay.push_back(pkt.hdr.dest_mac[31:24]);
57 pay.push_back(pkt.hdr.dest_mac[23:16]);
58 pay.push_back(pkt.hdr.dest_mac[15:8]);
59 pay.push_back(pkt.hdr.dest_mac[7:0]);
78 pkt.hdr.dest_mac[47:40] = pay.pop_front();
79 pkt.hdr.dest_mac[39:32] = pay.pop_front();
80 pkt.hdr.dest_mac[31:24] = pay.pop_front();
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_tunnel_vxlan.sh136 dest_mac=$(mac_get $h1)
142 )"$dest_mac:"$( : ETH daddr
192 dest_mac=$(mac_get $h1)
198 )"$dest_mac:"$( : ETH daddr
217 dest_mac=$(mac_get $h1)
271 dest_mac=$(mac_get $h1)
278 )"$dest_mac:"$( : ETH daddr
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_tunnel_vxlan.sh136 dest_mac=$(mac_get $h1)
142 )"$dest_mac:"$( : ETH daddr
192 dest_mac=$(mac_get $h1)
198 )"$dest_mac:"$( : ETH daddr
217 dest_mac=$(mac_get $h1)
271 dest_mac=$(mac_get $h1)
278 )"$dest_mac:"$( : ETH daddr
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_tunnel_vxlan.sh136 dest_mac=$(mac_get $h1)
142 )"$dest_mac:"$( : ETH daddr
192 dest_mac=$(mac_get $h1)
198 )"$dest_mac:"$( : ETH daddr
217 dest_mac=$(mac_get $h1)
271 dest_mac=$(mac_get $h1)
278 )"$dest_mac:"$( : ETH daddr

12345