Home
last modified time | relevance | path

Searched defs:pdu (Results 1 – 8 of 8) sorted by relevance

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dnet.c44 #define IVI(pdu) ((pdu)[0] >> 7) argument
45 #define NID(pdu) ((pdu)[0] & 0x7f) argument
46 #define CTL(pdu) ((pdu)[1] >> 7) argument
47 #define TTL(pdu) ((pdu)[1] & 0x7f) argument
48 #define SEQ(pdu) (((u32_t)(pdu)[2] << 16) | \ argument
50 #define SRC(pdu) (sys_get_be16(&(pdu)[5])) argument
51 #define DST(pdu) (sys_get_be16(&(pdu)[7])) argument
110 static u64_t msg_hash(struct bt_mesh_net_rx *rx, struct os_mbuf *pdu) in msg_hash()
121 struct os_mbuf *pdu) in msg_cache_match()
Dcrypto.c24 #define NET_MIC_LEN(pdu) (((pdu)[1] & 0x80) ? 8 : 4) argument
473 static void create_proxy_nonce(u8_t nonce[13], const u8_t *pdu, in create_proxy_nonce()
494 static void create_net_nonce(u8_t nonce[13], const u8_t *pdu, in create_net_nonce()
515 int bt_mesh_net_obfuscate(u8_t *pdu, u32_t iv_index, in bt_mesh_net_obfuscate()
Dprov.c1077 struct os_mbuf *pdu = PROV_BUF(34); in send_prov_data() local
1272 u8_t pdu[25]; // 25:array element in prov_data() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dpdu.h312 #define COAP_PDU_IS_EMPTY(pdu) ((pdu)->code == 0) argument
313 #define COAP_PDU_IS_REQUEST(pdu) (!COAP_PDU_IS_EMPTY(pdu) && (pdu)->code < 32) argument
314 #define COAP_PDU_IS_RESPONSE(pdu) ((pdu)->code >= 64 && (pdu)->code < 224) argument
315 #define COAP_PDU_IS_SIGNALING(pdu) ((pdu)->code >= 224) argument
Dnet.h48 coap_pdu_t *pdu; /**< the CoAP PDU to send */ member
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/
Dbtc_util.c106 const char *dump_rc_pdu(UINT8 pdu) in dump_rc_pdu()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/ancs_c/
Dancs_protocol.c297 ntf_source_pdu_t *pdu = (ntf_source_pdu_t*)p_data; in ancs_decode_notification_source() local
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/thscps/
Dthscps.h180 uint16_t pdu; /**< PDU. */ member