Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c85 static void ng_btsocket_hci_raw_savctl(ng_btsocket_hci_raw_pcb_p,
88 static int ng_btsocket_hci_raw_filter(ng_btsocket_hci_raw_pcb_p,
408 ng_btsocket_hci_raw_send_sync_ngmsg(ng_btsocket_hci_raw_pcb_p pcb, char *path, in ng_btsocket_hci_raw_send_sync_ngmsg()
452 ng_btsocket_hci_raw_savctl(ng_btsocket_hci_raw_pcb_p pcb, struct mbuf **ctl, in ng_btsocket_hci_raw_savctl()
484 ng_btsocket_hci_raw_pcb_p pcb = NULL; in ng_btsocket_hci_raw_data_input()
561 ng_btsocket_hci_raw_pcb_p pcb = NULL; in ng_btsocket_hci_raw_msg_input()
676 ng_btsocket_hci_raw_filter(ng_btsocket_hci_raw_pcb_p pcb, struct mbuf *m, int d) in ng_btsocket_hci_raw_filter()
910 ng_btsocket_hci_raw_pcb_p pcb = so2hci_raw_pcb(so); in ng_btsocket_hci_raw_attach()
964 ng_btsocket_hci_raw_pcb_p pcb = so2hci_raw_pcb(so); in ng_btsocket_hci_raw_bind()
996 ng_btsocket_hci_raw_pcb_p pc in ng_btsocket_hci_raw_connect()
[all...]
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket_hci_raw.h58 typedef struct ng_btsocket_hci_raw_pcb * ng_btsocket_hci_raw_pcb_p; typedef
/freebsd/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c218 ng_btsocket_hci_raw_pcb_p this = NULL, next = NULL; in hcirawpr()