Home
last modified time | relevance | path

Searched defs:ipv4_hdr (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmip.h123 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct
124 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmip.h123 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct
124 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmip.h123 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct
124 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmip.h115 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct
116 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmip.h115 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct
116 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmip.h121 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct
122 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 …]
/OK3568_Linux_fs/kernel/include/net/netns/
H A Dipv4.h48 struct ctl_table_header *ipv4_hdr; member