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-22
Revision:
44:83ce5ace337b
Parent:
37:793b39683406
Child:
59:e0e556c8bd46

File content as of revision 44:83ce5ace337b:

extern int  Udp6HandleReceivedPacket(void (*traceback)(void), int scope, 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), int scope, char* srcIp, char* dstIp, int* pSize, void* pPacket);