Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
ip4/ip4.h
- Committer:
- andrewboyson
- Date:
- 2017-06-26
- Revision:
- 18:accfcb80d9c3
- Parent:
- 14:e75a59c1123d
- Child:
- 35:93c39d260a83
File content as of revision 18:accfcb80d9c3:
extern int Ip4AddressToString(uint32_t ip, int size, char* text);
extern uint32_t Ip4Parse(char* text);
extern uint32_t Ip4Src;
extern uint32_t Ip4Dst;
extern int Ip4HandleReceivedPacket(char* pSrcMac, void* pPacket, int* pSize, char* pDstMac);
extern int Ip4PollForPacketToSend ( void* pPacket, int* pSize, char* pDstMac);
extern void Ip4DestIpFromAction(int action, uint32_t* pDstIp);