Searched defs:pdu (Results 1 – 8 of 8) sorted by relevance
44 #define IVI(pdu) ((pdu)[0] >> 7) argument45 #define NID(pdu) ((pdu)[0] & 0x7f) argument46 #define CTL(pdu) ((pdu)[1] >> 7) argument47 #define TTL(pdu) ((pdu)[1] & 0x7f) argument48 #define SEQ(pdu) (((u32_t)(pdu)[2] << 16) | \ argument50 #define SRC(pdu) (sys_get_be16(&(pdu)[5])) argument51 #define DST(pdu) (sys_get_be16(&(pdu)[7])) argument110 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()
24 #define NET_MIC_LEN(pdu) (((pdu)[1] & 0x80) ? 8 : 4) argument473 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()
1077 struct os_mbuf *pdu = PROV_BUF(34); in send_prov_data() local1272 u8_t pdu[25]; // 25:array element in prov_data() local
312 #define COAP_PDU_IS_EMPTY(pdu) ((pdu)->code == 0) argument313 #define COAP_PDU_IS_REQUEST(pdu) (!COAP_PDU_IS_EMPTY(pdu) && (pdu)->code < 32) argument314 #define COAP_PDU_IS_RESPONSE(pdu) ((pdu)->code >= 64 && (pdu)->code < 224) argument315 #define COAP_PDU_IS_SIGNALING(pdu) ((pdu)->code >= 224) argument
48 coap_pdu_t *pdu; /**< the CoAP PDU to send */ member
106 const char *dump_rc_pdu(UINT8 pdu) in dump_rc_pdu()
297 ntf_source_pdu_t *pdu = (ntf_source_pdu_t*)p_data; in ancs_decode_notification_source() local
180 uint16_t pdu; /**< PDU. */ member