1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-05-04 23:16:48 +00:00

SCP: Updated to current version.

This commit is contained in:
Richard Cornwell
2019-01-12 23:33:26 -05:00
parent c00e6f8ad0
commit 8ed9576a9c
2 changed files with 13 additions and 6 deletions

View File

@@ -355,7 +355,6 @@ t_stat eth_set_async (ETH_DEV* dev, int latency); /* set read behavior to
t_stat eth_clr_async (ETH_DEV* dev); /* set read behavior to be not async */
t_stat eth_set_throttle (ETH_DEV* dev, uint32 time, uint32 burst, uint32 delay); /* set transmit throttle parameters */
uint32 eth_crc32(uint32 crc, const void* vbuf, size_t len); /* Compute Ethernet Autodin II CRC for buffer */
int eth_add_packet_crc32(uint8 *msg, int len);
void eth_packet_trace (ETH_DEV* dev, const uint8 *msg, int len, const char* txt); /* trace ethernet packet header+crc */
void eth_packet_trace_ex (ETH_DEV* dev, const uint8 *msg, int len, const char* txt, int detail, uint32 reason); /* trace ethernet packet */