More work on TCP, still not usable
[tpg/acess2.git] / Modules / IPStack / udp.c
index c57f284..194c62b 100644 (file)
@@ -8,6 +8,12 @@
 // === PROTOTYPES ===
 void   UDP_Initialise();
 void   UDP_GetPacket(tInterface *Interface, void *Address, int Length, void *Buffer);
+// --- Channel
+tVFS_Node      *UDP_Channel_Init(tInterface *Interface);
+Uint64 UDP_Channel_Read(tVFS_Node *Node, Uint64 Offset, Uint64 Length, void *Buffer);
+Uint64 UDP_Channel_Write(tVFS_Node *Node, Uint64 Offset, Uint64 Length, void *Buffer);
+ int   UDP_Channel_IOCtl(tVFS_Node *Node, int ID, void *Data);
+void   UDP_Channel_Close(tVFS_Node *Node);
 
 // === GLOBALS ===
 

UCC git Repository :: git.ucc.asn.au