| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/prot/ |
| D | ip4.h | 109 #define IPH_V(hdr) ((hdr)->_v_hl >> 4) argument 110 #define IPH_HL(hdr) ((hdr)->_v_hl & 0x0f) argument 111 #define IPH_HL_BYTES(hdr) ((u8_t)(IPH_HL(hdr) << 2)) argument 112 #define IPH_TOS(hdr) ((hdr)->_tos) argument 113 #define IPH_LEN(hdr) ((hdr)->_len) argument 114 #define IPH_ID(hdr) ((hdr)->_id) argument 115 #define IPH_OFFSET(hdr) ((hdr)->_offset) argument 116 #define IPH_OFFSET_BYTES(hdr) ((u16_t)((lwip_ntohs(IPH_OFFSET(hdr)) & IP_OFFMASK) * 8U)) argument 117 #define IPH_TTL(hdr) ((hdr)->_ttl) argument 118 #define IPH_PROTO(hdr) ((hdr)->_proto) argument [all …]
|
| D | ip6.h | 113 #define IP6H_V(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 28) & 0x0f) argument 114 #define IP6H_TC(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 20) & 0xff) argument 115 #define IP6H_FL(hdr) (lwip_ntohl((hdr)->_v_tc_fl) & 0x000fffff) argument 116 #define IP6H_PLEN(hdr) (lwip_ntohs((hdr)->_plen)) argument 117 #define IP6H_NEXTH(hdr) ((hdr)->_nexth) argument 118 #define IP6H_NEXTH_P(hdr) ((u8_t *)(hdr) + 6) argument 119 #define IP6H_HOPLIM(hdr) ((hdr)->_hoplim) argument 120 #define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (lwip_htonl((((u32_t)(v)) << 28) | (((u32_… argument 121 #define IP6H_PLEN_SET(hdr, plen) (hdr)->_plen = lwip_htons(plen) argument 122 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth) argument [all …]
|
| D | icmp.h | 82 #define ICMPH_TYPE(hdr) ((hdr)->type) argument 83 #define ICMPH_CODE(hdr) ((hdr)->code) argument 84 #define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t)) argument 85 #define ICMPH_CODE_SET(hdr, c) ((hdr)->code = (c)) argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/ |
| D | ip4.h | 117 #define IPH_V(hdr) ((hdr)->_v_hl >> 4) argument 118 #define IPH_HL(hdr) ((hdr)->_v_hl & 0x0f) argument 119 #define IPH_TOS(hdr) ((hdr)->_tos) argument 120 #define IPH_LEN(hdr) ((hdr)->_len) argument 121 #define IPH_ID(hdr) ((hdr)->_id) argument 122 #define IPH_OFFSET(hdr) ((hdr)->_offset) argument 123 #define IPH_TTL(hdr) ((hdr)->_ttl) argument 124 #define IPH_PROTO(hdr) ((hdr)->_proto) argument 125 #define IPH_CHKSUM(hdr) ((hdr)->_chksum) argument 128 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) argument [all …]
|
| D | ip6.h | 142 #define IP6_OPT_TYPE_ACTION(hdr) ((((hdr)->_opt_type) >> 6) & 0x3) argument 143 #define IP6_OPT_TYPE_CHANGE(hdr) ((((hdr)->_opt_type) >> 5) & 0x1) argument 144 #define IP6_OPT_TYPE(hdr) ((hdr)->_opt_type) argument 145 #define IP6_OPT_DLEN(hdr) ((hdr)->_opt_dlen) argument 210 #define IP6H_V(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 28) & 0x0f) argument 211 #define IP6H_TC(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 20) & 0xff) argument 212 #define IP6H_FL(hdr) (lwip_ntohl((hdr)->_v_tc_fl) & 0x000fffff) argument 213 #define IP6H_PLEN(hdr) (lwip_ntohs((hdr)->_plen)) argument 214 #define IP6H_NEXTH(hdr) ((hdr)->_nexth) argument 215 #define IP6H_HOPLIM(hdr) ((hdr)->_hoplim) argument [all …]
|
| D | icmp.h | 82 #define ICMPH_TYPE(hdr) ((hdr)->type) argument 83 #define ICMPH_CODE(hdr) ((hdr)->code) argument 84 #define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t)) argument 85 #define ICMPH_CODE_SET(hdr, c) ((hdr)->code = (c)) argument
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/tls/ |
| D | asn1.h | 88 static inline bool asn1_is_oid(const struct asn1_hdr *hdr) in asn1_is_oid() 94 static inline bool asn1_is_boolean(const struct asn1_hdr *hdr) in asn1_is_boolean() 100 static inline bool asn1_is_integer(const struct asn1_hdr *hdr) in asn1_is_integer() 106 static inline bool asn1_is_enumerated(const struct asn1_hdr *hdr) in asn1_is_enumerated() 112 static inline bool asn1_is_sequence(const struct asn1_hdr *hdr) in asn1_is_sequence() 118 static inline bool asn1_is_set(const struct asn1_hdr *hdr) in asn1_is_set() 124 static inline bool asn1_is_octetstring(const struct asn1_hdr *hdr) in asn1_is_octetstring() 130 static inline bool asn1_is_bitstring(const struct asn1_hdr *hdr) in asn1_is_bitstring() 136 static inline bool asn1_is_utctime(const struct asn1_hdr *hdr) in asn1_is_utctime() 142 static inline bool asn1_is_generalizedtime(const struct asn1_hdr *hdr) in asn1_is_generalizedtime() [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/eap_common/ |
| D | eap_common.c | 27 const struct eap_hdr *hdr; in eap_hdr_len_valid() local 69 const struct eap_hdr *hdr; in eap_hdr_validate() local 132 struct eap_hdr *hdr; in eap_msg_alloc() local 169 struct eap_hdr *hdr; in eap_update_len() local
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | bcmcdc.h | 70 #define CDC_GET_IF_IDX(hdr) \ argument 72 #define CDC_SET_IF_IDX(hdr, idx) \ argument 117 #define BDC_GET_IF_IDX(hdr) \ argument 119 #define BDC_SET_IF_IDX(hdr, idx) \ argument
|
| D | fils.h | 121 #define TBTT_INFO_HDR_FIELD_TYPE(hdr)\ argument 123 #define TBTT_INFO_HDR_FN_AP(hdr)\ argument 125 #define TBTT_INFO_HDR_COUNT(hdr)\ argument 127 #define TBTT_INFO_HDR_LENGTH(hdr)\ argument
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
| D | hmac_tx_data.c | 790 mac_ieee80211_qos_frame_stru *hdr = HI_NULL; in hmac_tx_set_frame_ctrl() local 831 mac_ieee80211_frame_addr4_stru *hdr, const hmac_set_addresses_info_stru *set_addresses_info) in hmac_tx_ap_set_addresses() 865 const hmac_tx_ctl_stru *tx_ctl, mac_ieee80211_frame_addr4_stru *hdr, in hmac_tx_mesh_set_addresses() 928 const hmac_tx_ctl_stru *tx_ctl, mac_ieee80211_frame_addr4_stru *hdr, in hmac_tx_sta_set_addresses() 971 const hmac_tx_ctl_stru *tx_ctl, mac_ieee80211_frame_addr4_stru *hdr, in hmac_tx_wds_set_addresses() 1020 const hmac_tx_ctl_stru *tx_ctl, mac_ieee80211_frame_addr4_stru *hdr, in hmac_tx_set_addresses() 1061 mac_ieee80211_qos_frame_addr4_stru *hdr = HI_NULL; /* 802.11头 */ in hmac_tx_encap() local
|
| D | hmac_encap_frame.c | 115 hi_u16 hmac_encap_sa_query_rsp(const mac_vap_stru *mac_vap, const hi_u8 *hdr, hi_u8 *puc_data) in hmac_encap_sa_query_rsp()
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/ |
| D | virtgpu.c | 103 struct VirtgpuCtrlHdr hdr; member 110 struct VirtgpuCtrlHdr hdr; member 273 struct VirtgpuCtrlHdr hdr; member 306 struct VirtgpuCtrlHdr hdr; member 311 struct VirtgpuCtrlHdr hdr; member 332 struct VirtgpuCtrlHdr hdr; member 353 struct VirtgpuCtrlHdr hdr; member 397 struct VirtgpuCtrlHdr hdr; member
|
| /device/qemu/drivers/virtio/ |
| D | virtgpu.c | 102 struct VirtgpuCtrlHdr hdr; member 109 struct VirtgpuCtrlHdr hdr; member 272 struct VirtgpuCtrlHdr hdr; member 305 struct VirtgpuCtrlHdr hdr; member 310 struct VirtgpuCtrlHdr hdr; member 331 struct VirtgpuCtrlHdr hdr; member 352 struct VirtgpuCtrlHdr hdr; member 396 struct VirtgpuCtrlHdr hdr; member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/rsn_supp/ |
| D | wpa_ie.c | 50 struct wpa_ie_hdr *hdr; in wpa_gen_wpa_ie_wpa() local 140 struct rsn_ie_hdr *hdr; local
|
| D | wpa.c | 110 struct ieee802_1x_hdr *s_hdr, *hdr; in wpa_eapol_key_send() local 2694 struct ieee802_1x_hdr *hdr; local 2779 const struct ieee802_1x_hdr *hdr; local
|
| /device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/forward/ |
| D | hmac_tx_data.h | 152 OAL_STATIC OAL_INLINE osal_void hmac_tx_get_addr(mac_ieee80211_qos_htc_frame_addr4_stru *hdr, in hmac_tx_get_addr() 207 mac_ieee80211_qos_htc_frame_stru *hdr = OAL_PTR_NULL; in hmac_tx_set_frame_ctrl() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | memory_buffer_alloc.c | 85 static void debug_header( memory_header *hdr ) in debug_header() 128 static int verify_header( memory_header *hdr ) in verify_header() 377 memory_header *hdr, *old = NULL; in buffer_alloc_free() local
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/diag_dfx_cmd/diag_audio_sample_data/include/ |
| D | zdiag_audio_hook.h | 35 audio_hook_header hdr; member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/ap/ |
| D | ieee802_1x.c | 161 struct ieee802_1x_hdr *hdr; in ieee802_1x_tx_key_one() local 355 const struct eap_hdr *hdr = (const struct eap_hdr *) eap; in ieee802_1x_learn_identity() local 661 struct radius_attr_hdr *hdr; in add_sqlite_radius_attr() local 1057 struct ieee802_1x_hdr *hdr; local 1492 const struct eap_hdr *hdr; local 2011 struct radius_hdr *hdr = radius_msg_get_hdr(msg); local 2640 struct ieee80211_hdr *hdr; local
|
| D | wpa_auth_ie.c | 29 struct wpa_ie_hdr *hdr; in wpa_write_wpa_ie() local 126 struct rsn_ie_hdr *hdr; in wpa_write_rsn_ie() local
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/log_buffer/ |
| D | log_buffer.c | 160 log_buffer_header_t *hdr = NULL; in log_buffer_check_rlw() local 191 …8_t log_buffer_check_last_one(uint8_t **beg, uint8_t *end, uint8_t **cur, log_buffer_header_t *hdr) in log_buffer_check_last_one() 221 log_buffer_header_t *hdr = NULL; in log_buffer_check_rgw() local
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
| D | hcc_slave.c | 110 hi_u8 *hdr = HI_NULL; in hcc_get_extend_payload_addr() local 137 hi_u8 *hdr = HI_NULL; in hcc_get_extend_addr() local 788 hi_bool hcc_check_header_vaild(const hcc_header_stru *hdr) in hcc_check_header_vaild()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/eap_server/ |
| D | eap_server.c | 799 const u8 *pos, *end, *start, *tlvs, *hdr; in SM_STATE() local 1490 const struct eap_hdr *hdr; in eap_sm_parseEapResp() local 1550 const struct eap_hdr *hdr; in eap_sm_getId() local 2012 const struct eap_hdr *hdr; in eap_erp_update_identity() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
| D | hi_sns_ctrl_adapt.h | 33 hi_u8 hdr; /* HI_TRUE: HDR enbale */ member
|