hci_pcb 64 netbt/hci_socket.c struct hci_pcb { hci_pcb 71 netbt/hci_socket.c LIST_ENTRY(hci_pcb) hp_next; /* next HCI pcb */ hci_pcb 79 netbt/hci_socket.c LIST_HEAD(hci_pcb_list, hci_pcb) hci_pcb = LIST_HEAD_INITIALIZER(hci_pcb); hci_pcb 243 netbt/hci_socket.c hci_send(struct hci_pcb *pcb, struct mbuf *m, bdaddr_t *addr) hci_pcb 333 netbt/hci_socket.c struct hci_pcb *pcb = (struct hci_pcb *)up->so_pcb; hci_pcb 372 netbt/hci_socket.c LIST_INSERT_HEAD(&hci_pcb, pcb, hp_next); hci_pcb 530 netbt/hci_socket.c struct hci_pcb *pcb = (struct hci_pcb *)so->so_pcb; hci_pcb 619 netbt/hci_socket.c struct hci_pcb *pcb; hci_pcb 635 netbt/hci_socket.c LIST_FOREACH(pcb, &hci_pcb, hp_next) {