io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
Macros | Functions
loopback.h File Reference
#include <stdint.h>

Go to the source code of this file.

Macros

#define DATA_BUF_SIZE   2048
 

Functions

int32_t loopback_udps (uint8_t sn, uint8_t *buf, uint16_t port, uint8_t loopback_mode)
 
int32_t loopback_tcps (uint8_t sn, uint8_t *buf, uint16_t port, uint8_t loopback_mode)
 
int32_t loopback_tcpc (uint8_t sn, uint8_t *buf, uint8_t *destip, uint16_t destport, uint8_t loopback_mode)
 

Macro Definition Documentation

◆ DATA_BUF_SIZE

#define DATA_BUF_SIZE   2048

Definition at line 11 of file loopback.h.

Function Documentation

◆ loopback_udps()

int32_t loopback_udps ( uint8_t  sn,
uint8_t *  buf,
uint16_t  port,
uint8_t  loopback_mode 
)

◆ loopback_tcps()

int32_t loopback_tcps ( uint8_t  sn,
uint8_t *  buf,
uint16_t  port,
uint8_t  loopback_mode 
)

◆ loopback_tcpc()

int32_t loopback_tcpc ( uint8_t  sn,
uint8_t *  buf,
uint8_t *  destip,
uint16_t  destport,
uint8_t  loopback_mode 
)