We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9272642 commit fc66cd2Copy full SHA for fc66cd2
include/net/ipheaders.h
@@ -8,14 +8,14 @@
8
//
9
typedef struct ip_hdr
10
{
11
- unsigned char ip_v; // 4-bit IPv4 version
+ unsigned char ip_v; // 4-bit IPv4 version
12
// 4-bit header length (in 32-bit words)
13
unsigned char ip_tos; // IP type of service
14
unsigned short ip_len; // Total length
15
unsigned short ip_id; // Unique identifier
16
unsigned short ip_hl; // Fragment offset field
17
unsigned char ip_ttl; // Time to live
18
- unsigned char ip_p; // Protocol(TCP,UDP etc)
+ unsigned char ip_p; // Protocol(TCP,UDP etc)
19
unsigned short ip_sum; // IP checksum
20
unsigned int ip_src; // Source address
21
unsigned int ip_dst; // Source address
0 commit comments