Home
last modified time | relevance | path

Searched refs:hci_pcb (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/netbt/
H A Dhci_socket.c66 struct hci_pcb { struct
74 LIST_ENTRY(hci_pcb) hp_next; /* next HCI pcb */ argument
81 LIST_HEAD(hci_pcb_list, hci_pcb) hci_pcb = LIST_HEAD_INITIALIZER(hci_pcb);
356 struct hci_pcb *pcb; in hci_attach()
373 pcb = kmem_zalloc(sizeof(struct hci_pcb), KM_SLEEP); in hci_attach()
385 LIST_INSERT_HEAD(&hci_pcb, pcb, hp_next); in hci_attach()
394 struct hci_pcb *pcb; in hci_detach()
396 pcb = (struct hci_pcb *)so->so_pcb; in hci_detach()
421 struct hci_pcb *pcb = so->so_pcb; in hci_bind()
455 struct hci_pcb *pcb = so->so_pcb; in hci_connect()
[all …]