WIZlib Library API  ver 1.0
WIZlib Library API User Menual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
loopback.h
Go to the documentation of this file.
1 
12 #ifndef _LOOPBACK_H
13 #define _LOOPBACK_H
14 
15 #include "common/common.h"
16 
17 
18 void loopback_tcps(uint8 sock, uint16 port);
19 void loopback_tcpc(uint8 sock, uint16 port);
20 void loopback_udp(uint8 sock, uint16 port);
21 
22 #endif //_LOOPBACK_H
23 
24 
25