Searched defs:ipv4_hdr (Results 1 – 7 of 7) sorted by relevance
123 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct124 uint8 version_ihl; /* Version and Internet Header Length */125 uint8 tos; /* Type Of Service */126 uint16 tot_len; /* Number of bytes in packet (max 65535) */127 uint16 id;128 uint16 frag; /* 3 flag bits and fragment offset */129 uint8 ttl; /* Time To Live */130 uint8 prot; /* Protocol */131 uint16 hdr_chksum; /* IP header checksum */132 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */[all …]
115 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct116 uint8 version_ihl; /* Version and Internet Header Length */117 uint8 tos; /* Type Of Service */118 uint16 tot_len; /* Number of bytes in packet (max 65535) */119 uint16 id;120 uint16 frag; /* 3 flag bits and fragment offset */121 uint8 ttl; /* Time To Live */122 uint8 prot; /* Protocol */123 uint16 hdr_chksum; /* IP header checksum */124 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */[all …]
121 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct122 uint8 version_ihl; /* Version and Internet Header Length */123 uint8 tos; /* Type Of Service */124 uint16 tot_len; /* Number of bytes in packet (max 65535) */125 uint16 id;126 uint16 frag; /* 3 flag bits and fragment offset */127 uint8 ttl; /* Time To Live */128 uint8 prot; /* Protocol */129 uint16 hdr_chksum; /* IP header checksum */130 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */[all …]
48 struct ctl_table_header *ipv4_hdr; member