Searched refs:ng_hci_cmd_pkt_t (Results 1 – 7 of 7) sorted by relevance
1046 if (m->m_pkthdr.len < sizeof(ng_hci_cmd_pkt_t)) { in ng_hci_raw_rcvdata()1055 NG_HCI_M_PULLUP(m, sizeof(ng_hci_cmd_pkt_t)); in ng_hci_raw_rcvdata()1062 mtod(m, ng_hci_cmd_pkt_t *)->length + sizeof(ng_hci_cmd_pkt_t)) { in ng_hci_raw_rcvdata()1066 mtod(m, ng_hci_cmd_pkt_t *)->length); in ng_hci_raw_rcvdata()1072 if (mtod(m, ng_hci_cmd_pkt_t *)->opcode == 0) { in ng_hci_raw_rcvdata()
126 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_acl_con_req()326 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_sco_con_req()490 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_le_con_req()668 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_discon_req()902 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_con_rsp()1154 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_qos_req()
362 if (mtod(m, ng_hci_cmd_pkt_t *)->opcode != opcode) { in complete_command()383 m_adj(*cp, sizeof(ng_hci_cmd_pkt_t)); in complete_command()417 opcode = le16toh(mtod(m, ng_hci_cmd_pkt_t *)->opcode); in ng_hci_process_command_timeout()
752 ng_hci_cmd_pkt_t hdr; in con_compl()
131 sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE)
685 opcode = le16toh(mtod(m, ng_hci_cmd_pkt_t *)->opcode); in ng_btsocket_hci_raw_filter()1596 if (m->m_pkthdr.len < sizeof(ng_hci_cmd_pkt_t) || in ng_btsocket_hci_raw_send()1597 m->m_pkthdr.len > sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE) { in ng_btsocket_hci_raw_send()1602 if (m->m_len < sizeof(ng_hci_cmd_pkt_t)) { in ng_btsocket_hci_raw_send()1603 if ((m = m_pullup(m, sizeof(ng_hci_cmd_pkt_t))) == NULL) { in ng_btsocket_hci_raw_send()
414 } __attribute__ ((packed)) ng_hci_cmd_pkt_t; typedef