Milos RTOS v0.3.4a
Real Time Operating System
__ipHeader Struct Reference

IP header. More...

#include <ip.h>

Data Fields

u8 len:4
u8 version:4
 Length and version.
u8 tos
 Type Of Service.
u16 dlen
 Packet length.
u16 id
 Identification.
u16 off
 Fragment offset.
u8 ttl
 Time To Live.
u8 proto
 Protocol.
u16 chksum
 Checksum.
u32 src
 Source IP.
u32 dst
 Destination IP.

Detailed Description

IP header.

Definition at line 54 of file ip.h.


Field Documentation

Definition at line 56 of file ip.h.

Length and version.

Definition at line 56 of file ip.h.

Type Of Service.

Definition at line 57 of file ip.h.

Packet length.

Definition at line 58 of file ip.h.

Identification.

Definition at line 59 of file ip.h.

Fragment offset.

Definition at line 60 of file ip.h.

Time To Live.

Definition at line 61 of file ip.h.

Protocol.

Definition at line 62 of file ip.h.

Checksum.

Definition at line 63 of file ip.h.

Source IP.

Definition at line 64 of file ip.h.

Destination IP.

Definition at line 65 of file ip.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines