Home
last modified time | relevance | path

Searched refs:PACK_STRUCT_FLD_8 (Results 1 – 13 of 13) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
Dnd6.h54 PACK_STRUCT_FLD_8(u8_t type);
55 PACK_STRUCT_FLD_8(u8_t code);
72 PACK_STRUCT_FLD_8(u8_t type);
73 PACK_STRUCT_FLD_8(u8_t code);
75 PACK_STRUCT_FLD_8(u8_t flags);
76 PACK_STRUCT_FLD_8(u8_t reserved[3]);
94 PACK_STRUCT_FLD_8(u8_t type);
95 PACK_STRUCT_FLD_8(u8_t code);
132 PACK_STRUCT_FLD_8(u8_t type);
133 PACK_STRUCT_FLD_8(u8_t code);
[all …]
Dip6.h100 PACK_STRUCT_FLD_8(u8_t _nexth);
102 PACK_STRUCT_FLD_8(u8_t _hoplim);
131 PACK_STRUCT_FLD_8(u8_t _opt_type);
133 PACK_STRUCT_FLD_8(u8_t _opt_dlen);
153 PACK_STRUCT_FLD_8(u8_t _nexth);
155 PACK_STRUCT_FLD_8(u8_t _hlen);
157 PACK_STRUCT_FLD_8(u8_t _ra_opt_type);
159 PACK_STRUCT_FLD_8(u8_t _ra_opt_dlen);
163 PACK_STRUCT_FLD_8(u8_t _padn_opt_type);
165 PACK_STRUCT_FLD_8(u8_t _padn_opt_dlen);
[all …]
Ddhcp.h64 PACK_STRUCT_FLD_8(u8_t op);
65 PACK_STRUCT_FLD_8(u8_t htype);
66 PACK_STRUCT_FLD_8(u8_t hlen);
67 PACK_STRUCT_FLD_8(u8_t hops);
75 PACK_STRUCT_FLD_8(u8_t chaddr[DHCP_CHADDR_LEN]);
76 PACK_STRUCT_FLD_8(u8_t sname[DHCP_SNAME_LEN]);
77 PACK_STRUCT_FLD_8(u8_t file[DHCP_FILE_LEN]);
113 PACK_STRUCT_FLD_8(u8_t options[DHCP_OPTIONS_LEN]);
Dicmp6.h149 PACK_STRUCT_FLD_8(u8_t type);
150 PACK_STRUCT_FLD_8(u8_t code);
165 PACK_STRUCT_FLD_8(u8_t type);
166 PACK_STRUCT_FLD_8(u8_t code);
Dip4.h92 PACK_STRUCT_FLD_8(u8_t _v_hl);
94 PACK_STRUCT_FLD_8(u8_t _tos);
102 PACK_STRUCT_FLD_8(u8_t _ttl);
104 PACK_STRUCT_FLD_8(u8_t _proto);
Digmp.h76 PACK_STRUCT_FLD_8(u8_t igmp_msgtype);
77 PACK_STRUCT_FLD_8(u8_t igmp_maxresp);
Detharp.h75 PACK_STRUCT_FLD_8(u8_t hwlen);
76 PACK_STRUCT_FLD_8(u8_t protolen);
Dmld6.h53 PACK_STRUCT_FLD_8(u8_t type);
54 PACK_STRUCT_FLD_8(u8_t code);
Dicmp.h70 PACK_STRUCT_FLD_8(u8_t type);
71 PACK_STRUCT_FLD_8(u8_t code);
Dethernet.h64 PACK_STRUCT_FLD_8(u8_t addr[ETH_HWADDR_LEN]);
78 PACK_STRUCT_FLD_8(u8_t padding[ETH_PAD_SIZE]);
Ddns.h109 PACK_STRUCT_FLD_8(u8_t flags1);
110 PACK_STRUCT_FLD_8(u8_t flags2);
Ddhcp6.h29 PACK_STRUCT_FLD_8(u8_t msgtype);
30 PACK_STRUCT_FLD_8(u8_t transaction_id[DHCP6_TRANSACTION_ID_LEN]);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Darch.h284 #ifndef PACK_STRUCT_FLD_8
285 #define PACK_STRUCT_FLD_8(x) PACK_STRUCT_FIELD(x) macro