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

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dif_ether.h34 uint8_t h_source[ETH_ALEN]; member in struct:ethhdr
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dethernet.c60 memcpy ( ethhdr->h_source, ll_source, ETH_ALEN );
94 *ll_source = ethhdr->h_source;
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgdbudp.c101 memcpy ( ethhdr->h_dest, ethhdr->h_source, ETH_ALEN );
102 memcpy ( ethhdr->h_source, netdev->ll_addr, ETH_ALEN );
132 memcpy ( dest_eth, ethhdr->h_source, ETH_ALEN );
202 memcpy ( ethhdr->h_source, netdev->ll_addr, ETH_ALEN );
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.c1287 memcpy(pEtherHeaderResponse->h_source, pcu8EtherSource, ETH_ALEN);
1338 arp_output(pData, pEtherHeader->h_source, pARPHeader, ip4TargetAddress);
1393 memcpy(au8Ether, eh->h_source, ETH_ALEN);
1452 if (memcmp(eh->h_source, special_ethaddr, ETH_ALEN) != 0)
1456 memcpy(eh->h_dest, eh->h_source, ETH_ALEN);
1457 memcpy(eh->h_source, special_ethaddr, ETH_ALEN);
1471 eh->h_source[5] = u8ServiceId;
1485 LogFunc(("eh(dst:%RTmac, src:%RTmac)\n", eh->h_dest, eh->h_source));
1526 static void activate_port_forwarding(PNATState pData, const uint8_t *h_source)
1529 const uint8_t *pu8EthSource = h_source;
[all...]
H A Dip_output.c189 memcpy(eh->h_source, eth_dst, ETH_ALEN);
326 memcpy(eh->h_source, eth_dst, ETH_ALEN);
H A Dslirp.h385 unsigned char h_source[ETH_ALEN]; /* source ether addr */ member in struct:ethhdr
H A Dbootp.c215 memcpy(eh->h_source, bp->bp_hwaddr, ETH_ALEN); /* XXX: if_encap just swap source with dest */

Completed in 420 milliseconds