UbixOS
2.0
|
#include "net/arch.h"
Go to the source code of this file.
Macros | |
#define | IP_HDR_GET_VERSION(ptr) ((*(u8_t*)(ptr)) >> 4) |
#define | IP_PROTO_ICMP 1 |
#define | IP_PROTO_IGMP 2 |
#define | IP_PROTO_TCP 6 |
#define | IP_PROTO_UDP 17 |
#define | IP_PROTO_UDPLITE 136 |
IP protocol definitions
Definition in file ip.h.
#define IP_HDR_GET_VERSION | ( | ptr | ) | ((*(u8_t*)(ptr)) >> 4) |