/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/prot/ |
A D | ip4.h | 86 #define IPH_V(hdr) ((hdr)->_v_hl >> 4) argument 87 #define IPH_HL(hdr) ((hdr)->_v_hl & 0x0f) argument 88 #define IPH_TOS(hdr) ((hdr)->_tos) argument 89 #define IPH_LEN(hdr) ((hdr)->_len) argument 90 #define IPH_ID(hdr) ((hdr)->_id) argument 91 #define IPH_OFFSET(hdr) ((hdr)->_offset) argument 92 #define IPH_TTL(hdr) ((hdr)->_ttl) argument 93 #define IPH_PROTO(hdr) ((hdr)->_proto) argument 94 #define IPH_CHKSUM(hdr) ((hdr)->_chksum) argument 98 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) argument [all …]
|
A D | ip6.h | 137 #define IP6H_V(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 28) & 0x0f) argument 138 #define IP6H_TC(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 20) & 0xff) argument 139 #define IP6H_FL(hdr) (lwip_ntohl((hdr)->_v_tc_fl) & 0x000fffff) argument 140 #define IP6H_PLEN(hdr) (lwip_ntohs((hdr)->_plen)) argument 141 #define IP6H_NEXTH(hdr) ((hdr)->_nexth) argument 142 #define IP6H_NEXTH_P(hdr) ((u8_t *)(hdr) + 6) argument 143 #define IP6H_HOPLIM(hdr) ((hdr)->_hoplim) argument 145 #define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (lwip_htonl((((u32_t)(v)) << 28) | (((u32_… argument 146 #define IP6H_PLEN_SET(hdr, plen) (hdr)->_plen = lwip_htons(plen) argument 147 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth) argument [all …]
|
A 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
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/prot/ |
A D | ip4.h | 86 #define IPH_V(hdr) ((hdr)->_v_hl >> 4) argument 87 #define IPH_HL(hdr) ((hdr)->_v_hl & 0x0f) argument 88 #define IPH_TOS(hdr) ((hdr)->_tos) argument 89 #define IPH_LEN(hdr) ((hdr)->_len) argument 90 #define IPH_ID(hdr) ((hdr)->_id) argument 91 #define IPH_OFFSET(hdr) ((hdr)->_offset) argument 92 #define IPH_TTL(hdr) ((hdr)->_ttl) argument 93 #define IPH_PROTO(hdr) ((hdr)->_proto) argument 94 #define IPH_CHKSUM(hdr) ((hdr)->_chksum) argument 98 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) argument [all …]
|
A D | ip6.h | 137 #define IP6H_V(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 28) & 0x0f) argument 138 #define IP6H_TC(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 20) & 0xff) argument 139 #define IP6H_FL(hdr) (lwip_ntohl((hdr)->_v_tc_fl) & 0x000fffff) argument 140 #define IP6H_PLEN(hdr) (lwip_ntohs((hdr)->_plen)) argument 141 #define IP6H_NEXTH(hdr) ((hdr)->_nexth) argument 142 #define IP6H_NEXTH_P(hdr) ((u8_t *)(hdr) + 6) argument 143 #define IP6H_HOPLIM(hdr) ((hdr)->_hoplim) argument 145 #define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (lwip_htonl((((u32_t)(v)) << 28) | (((u32_… argument 146 #define IP6H_PLEN_SET(hdr, plen) (hdr)->_plen = lwip_htons(plen) argument 147 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth) argument [all …]
|
A 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
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | avdtp.c | 36 #define AVDTP_GET_TR_ID(hdr) ((hdr & 0xf0) >> AVDTP_TID_POSITION) argument 37 #define AVDTP_GET_MSG_TYPE(hdr) (hdr & 0x03) argument 38 #define AVDTP_GET_PKT_TYPE(hdr) ((hdr & 0x0c) >> AVDTP_PKT_POSITION) argument 63 struct bt_avdtp_single_sig_hdr *hdr; in avdtp_send() local 90 struct bt_avdtp_single_sig_hdr *hdr; in avdtp_create_pdu() local 149 struct bt_avdtp_single_sig_hdr *hdr; in bt_avdtp_l2cap_recv() local
|
A D | l2cap_br.c | 250 struct bt_l2cap_sig_hdr *hdr; in l2cap_br_get_info() local 508 struct bt_l2cap_sig_hdr *hdr; in l2cap_br_conf() local 630 struct bt_l2cap_sig_hdr *hdr; in l2cap_br_send_conn_rsp() local 866 struct bt_l2cap_sig_hdr *hdr; in l2cap_br_send_reject() local 924 struct bt_l2cap_sig_hdr *hdr; in l2cap_br_conf_req() local 1068 struct bt_l2cap_sig_hdr *hdr; in l2cap_br_disconn_req() local 1129 struct bt_l2cap_sig_hdr *hdr; in bt_l2cap_br_chan_disconnect() local 1193 struct bt_l2cap_sig_hdr *hdr; in bt_l2cap_br_chan_connect() local 1338 struct bt_l2cap_sig_hdr *hdr; in l2cap_br_recv() local 1400 struct bt_l2cap_sig_hdr *hdr; in l2cap_br_conn_pend() local [all …]
|
A D | monitor.c | 83 static void encode_drops(struct bt_monitor_hdr *hdr, u8_t type, in encode_drops() 101 static inline void encode_hdr(struct bt_monitor_hdr *hdr, bt_u32_t timestamp, in encode_hdr() 158 struct bt_monitor_hdr hdr; in bt_monitor_send() local 273 struct bt_monitor_hdr hdr; in monitor_log_put() local
|
A D | hci_ecc.c | 91 struct bt_hci_evt_hdr *hdr; in send_cmd_status() local 137 struct bt_hci_evt_hdr *hdr; in emulate_le_p256_public_key_cmd() local 176 struct bt_hci_evt_hdr *hdr; in emulate_le_generate_dhkey() local
|
A D | rfcomm.c | 322 struct bt_rfcomm_hdr *hdr; in rfcomm_send_sabm() local 342 struct bt_rfcomm_hdr *hdr; in rfcomm_send_disc() local 376 struct bt_rfcomm_hdr *hdr; in rfcomm_make_uih_msg() local 488 struct bt_rfcomm_hdr *hdr; in rfcomm_send_dm() local 596 struct bt_rfcomm_hdr *hdr; in rfcomm_send_ua() local 934 struct bt_rfcomm_hdr *hdr; in rfcomm_send_credit() local 1263 struct bt_rfcomm_msg_hdr *hdr; in rfcomm_handle_msg() local 1408 struct bt_rfcomm_hdr *hdr; in bt_rfcomm_dlc_send() local 1454 struct bt_rfcomm_hdr *hdr = (void *)buf->data; in rfcomm_recv() local
|
/AliOS-Things-master/components/minilibc/include/ |
A D | mm.h | 408 static inline bool mdbg_calc_magic(struct m_dbg_hdr *hdr) in mdbg_calc_magic() 417 static inline bool mdbg_check_magic_hdr(struct m_dbg_hdr *hdr) in mdbg_check_magic_hdr() 422 static inline bool mdbg_check_magic_end(struct m_dbg_hdr *hdr) in mdbg_check_magic_end() 437 static inline void mdbg_set_magic_hdr(struct m_dbg_hdr *hdr) in mdbg_set_magic_hdr() 442 static inline void mdbg_set_magic_end(struct m_dbg_hdr *hdr) in mdbg_set_magic_end()
|
/AliOS-Things-master/components/kv/src/ |
A D | kv.c | 129 block_hdr_t hdr; in kv_block_format() local 232 item_hdr_t hdr; in kv_item_del() local 479 item_hdr_t hdr; in kv_item_store() local 566 block_hdr_t hdr; in kv_init_internal() local 741 item_hdr_t *hdr; in kv_item_traverse() local
|
/AliOS-Things-master/components/SDL2/src/hidapi/ios/ |
A D | Makefile.am | 6 hdrdir = $(includedir)/hidapi directory
|
/AliOS-Things-master/components/SDL2/src/hidapi/mac/ |
A D | Makefile.am | 6 hdrdir = $(includedir)/hidapi directory
|
/AliOS-Things-master/components/SDL2/src/hidapi/linux/ |
A D | Makefile.am | 7 hdrdir = $(includedir)/hidapi directory
|
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ |
A D | Makefile.am | 7 hdrdir = $(includedir)/hidapi directory
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/ |
A D | zconfig_ieee80211.c | 147 uint8_t *ieee80211_get_SA(struct ieee80211_hdr *hdr) in ieee80211_get_SA() 166 uint8_t *ieee80211_get_DA(struct ieee80211_hdr *hdr) in ieee80211_get_DA() 174 uint8_t *ieee80211_get_BSSID(struct ieee80211_hdr *hdr) in ieee80211_get_BSSID() 249 struct ieee80211_radiotap_header *hdr = in ieee80211_get_radiotap_len() local 762 struct ieee80211_hdr *hdr; in ieee80211_data_extract() local
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | h4_driver.c | 68 uint8_t hdr[4]; member 173 struct bt_hci_evt_hdr hdr; in hci_event_recv() local 355 struct bt_hci_acl_hdr *hdr = &hci_h4.rx.acl; in get_acl_hdr() local 368 struct bt_hci_evt_hdr *hdr = &hci_h4.rx.evt; in get_evt_hdr() local
|
A D | h5.c | 109 #define H5_HDR_SEQ(hdr) ((hdr)[0] & 0x07) argument 110 #define H5_HDR_ACK(hdr) (((hdr)[0] >> 3) & 0x07) argument 111 #define H5_HDR_CRC(hdr) (((hdr)[0] >> 6) & 0x01) argument 112 #define H5_HDR_RELIABLE(hdr) (((hdr)[0] >> 7) & 0x01) argument 113 #define H5_HDR_PKT_TYPE(hdr) ((hdr)[1] & 0x0f) argument 114 #define H5_HDR_LEN(hdr) ((((hdr)[1] >> 4) & 0xff) + ((hdr)[2] << 4)) argument 440 uint8_t *hdr = (uint8_t *)hci_skb_get_data(h5->rx_skb); in h5_unslip_one_byte() local 533 uint8_t hdr[4]; in h5_prepare_pkt() local 1166 uint8_t *hdr = NULL; in h5_recv() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/ |
A D | hci_driver.c | 74 uint8_t hdr[4]; member 97 struct bt_hci_evt_hdr *hdr = &rx.evt; in get_evt_hdr() local 122 struct bt_hci_acl_hdr *hdr = &rx.acl; in get_acl_hdr() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | transport.c | 108 u8_t hdr; member 632 static int sdu_recv(struct bt_mesh_net_rx *rx, bt_u32_t seq, u8_t hdr, u8_t aszmic, struct net_buf_… in sdu_recv() 761 static int trans_ack(struct bt_mesh_net_rx *rx, u8_t hdr, struct net_buf_simple *buf, u64_t *seq_au… in trans_ack() 860 static int ctl_recv(struct bt_mesh_net_rx *rx, u8_t hdr, struct net_buf_simple *buf, u64_t *seq_aut… in ctl_recv() 934 u8_t hdr; in trans_unseg() local 1154 static bool seg_rx_is_valid(struct seg_rx *rx, struct bt_mesh_net_rx *net_rx, const u8_t *hdr, u8_t… in seg_rx_is_valid() 1174 static struct seg_rx *seg_rx_alloc(struct bt_mesh_net_rx *net_rx, const u8_t *hdr, const u64_t *seq… in seg_rx_alloc() 1209 u8_t *hdr = buf->data; in trans_seg() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gatt/attc/ |
A D | attc.h | 46 struct co_list_hdr hdr; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | quant_dec.c | 71 const VP8SegmentHeader* const hdr = &dec->segment_hdr_; in VP8ParseQuant() local
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | Makefile.am | 24 hdrdir = $(includedir)/hidapi directory
|