A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

ip6/udptcp6.h

Committer:
andrewboyson
Date:
2017-10-04
Revision:
37:793b39683406
Parent:
11:c051adb70c5a
Child:
44:83ce5ace337b

File content as of revision 37:793b39683406:

extern int  Udp6HandleReceivedPacket(void (*traceback)(void), char* srcIp, char* dstIp, int* pSize, void* pPacket);
extern int  Udp6PollForPacketToSend (void* pPacket, int* pSize, char* pSrcIp, char* pDstIp);

extern int  Tcp6HandleReceivedPacket(void (*traceback)(void), char* srcIp, char* dstIp, int* pSize, void* pPacket);