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

ip4/ip4addr.h

Committer:
andrewboyson
Date:
2021-05-20
Revision:
200:5acbc41bf469
Parent:
187:122fc1996c86

File content as of revision 200:5acbc41bf469:

extern int      Ip4AddrToString  (const uint32_t ip, int size, char* text);
extern int      Ip4AddrLog       (const uint32_t ip);
extern int      Ip4AddrHttp      (const uint32_t ip);
extern uint32_t Ip4AddrParse     (const char* text);

extern void     Ip4AddrFromDest  (const int dest, uint32_t* pDstIp);

extern bool     Ip4AddrIsExternal(uint32_t ip);

#define IP4_BROADCAST_ADDRESS       0xFFFFFFFF
#define IP4_MULTICAST_ALL_HOSTS     0x010000E0
#define IP4_MULTICAST_ALL_ROUTERS   0x020000E0
#define IP4_MULTICAST_DNS_ADDRESS   0xFB0000E0
#define IP4_MULTICAST_LLMNR_ADDRESS 0xFC0000E0
#define IP4_MULTICAST_NTP_ADDRESS   0x010100E0