Searched refs:packet_mask (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/libbluetooth/
H A Dhci.c344 memcpy(old->packet_mask, &f.packet_mask,
345 MIN(sizeof(old->packet_mask), sizeof(f.packet_mask)));
347 MIN(sizeof(old->event_mask), sizeof(f.packet_mask)));
352 memcpy(&f.packet_mask, new->packet_mask,
353 MIN(sizeof(f.packet_mask), sizeof(new->event_mask)));
368 bit_set(filter->packet_mask, type - 1);
374 bit_clear(filter->packet_mask, typ
[all...]
H A Dbluetooth.h151 bitstr_t bit_decl(packet_mask, 8);
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h71 bitstr_t bit_decl(packet_mask, 32);
173 ng_hci_node_packet_mask_ep packet_mask; member in struct:ng_btsocket_hci_raw_node_packet_mask
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c691 if (d && !bit_test(pcb->filter.packet_mask, NG_HCI_CMD_PKT - 1))
698 !bit_test(pcb->filter.packet_mask, type - 1) ||
1289 &p->packet_mask, sizeof(p->packet_mask));
1299 &p->packet_mask,
1300 sizeof(p->packet_mask));
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dnode.c375 fprintf(stdout, "Packet mask: %#04x\n", r.packet_mask);
394 r.packet_mask = (m & 0xffff);
564 "write_node_packet_mask <packet_mask>",
569 "\t<packet_mask> - xxxx; packet type mask\n" \
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c118 unit->packet_mask = 0xffff; /* Enable all packet types */
570 NG_MKRESPONSE(rsp, msg, sizeof(unit->packet_mask),
578 unit->packet_mask;
589 unit->packet_mask =
H A Dng_hci_var.h137 ng_hci_node_packet_mask_ep packet_mask; /* packet mask */ member in struct:ng_hci_unit
H A Dng_hci_ulpi.c261 req->cp.pkt_type &= unit->packet_mask;
454 req->cp.pkt_type &= unit->packet_mask;

Completed in 254 milliseconds