Home
last modified time | relevance | path

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

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmip.h122 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct
123 uint8 version_ihl; /* Version and Internet Header Length */
124 uint8 tos; /* Type Of Service */
125 uint16 tot_len; /* Number of bytes in packet (max 65535) */
126 uint16 id;
127 uint16 frag; /* 3 flag bits and fragment offset */
128 uint8 ttl; /* Time To Live */
129 uint8 prot; /* Protocol */
130 uint16 hdr_chksum; /* IP header checksum */
131 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dbcmip.h120 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct
121 uint8 version_ihl; /* Version and Internet Header Length */
122 uint8 tos; /* Type Of Service */
123 uint16 tot_len; /* Number of bytes in packet (max 65535) */
124 uint16 id;
125 uint16 frag; /* 3 flag bits and fragment offset */
126 uint8 ttl; /* Time To Live */
127 uint8 prot; /* Protocol */
128 uint16 hdr_chksum; /* IP header checksum */
129 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */
[all …]
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dbcmip.h125 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct
126 uint8 version_ihl; /* Version and Internet Header Length */
127 uint8 tos; /* Type Of Service */
128 uint16 tot_len; /* Number of bytes in packet (max 65535) */
129 uint16 id;
130 uint16 frag; /* 3 flag bits and fragment offset */
131 uint8 ttl; /* Time To Live */
132 uint8 prot; /* Protocol */
133 uint16 hdr_chksum; /* IP header checksum */
134 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */
[all …]
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
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 …]