|
@@ -178,7 +178,7 @@ uint32_t e1000x_rxbufsize(uint32_t rctl);
|
|
|
|
|
|
bool e1000x_rx_ready(PCIDevice *d, uint32_t *mac);
|
|
bool e1000x_rx_ready(PCIDevice *d, uint32_t *mac);
|
|
|
|
|
|
-bool e1000x_is_vlan_packet(const uint8_t *buf, uint16_t vet);
|
|
|
|
|
|
+bool e1000x_is_vlan_packet(const void *buf, uint16_t vet);
|
|
|
|
|
|
bool e1000x_rx_group_filter(uint32_t *mac, const uint8_t *buf);
|
|
bool e1000x_rx_group_filter(uint32_t *mac, const uint8_t *buf);
|
|
|
|
|