Go to the source code of this file.
Classes | |
| struct | ip_hdropt |
Defines | |
| #define | IP_MIN_HDR_SIZE 20 |
| #define | IP_MAX_HDR_SIZE 60 |
| #define | IP_VERSION 4 |
| #define | IP_DEF_TTL 64 |
| #define | IP_MAX_TTL 255 |
| #define | IP_DEF_MTU 576 |
| #define | IP_MIN_MTU (IP_MAX_HDR_SIZE+8) |
| #define | IP_MAX_PACKSIZE 40000 |
| #define | IPPROTO_ICMP 1 |
| #define | IPPROTO_TCP 6 |
| #define | IPPROTO_UDP 17 |
| #define | IP_MC_ALL_SYSTEMS 0xE0000001 |
Typedefs | |
| typedef u32_t | ipaddr_t |
| typedef u8_t | ipproto_t |
| typedef struct ip_hdropt | ip_hdropt_t |
| typedef struct ip_hdropt ip_hdropt_t |
1.5.8