sco_pcb          2030 netbt/hci.h    struct sco_pcb;
sco_pcb          2069 netbt/hci.h    	struct sco_pcb		*hl_sco;	/* SCO pcb */
sco_pcb           753 netbt/hci_link.c 	struct sco_pcb *pcb, *new;
sco_pcb           775 netbt/hci_link.c 	LIST_FOREACH(pcb, &sco_pcb, sp_next) {
sco_pcb           969 netbt/hci_link.c 		struct sco_pcb *pcb;
sco_pcb            43 netbt/sco.h    struct sco_pcb {
sco_pcb            54 netbt/sco.h    	LIST_ENTRY(sco_pcb)	 sp_next;
sco_pcb            57 netbt/sco.h    LIST_HEAD(sco_pcb_list, sco_pcb);
sco_pcb            58 netbt/sco.h    extern struct sco_pcb_list sco_pcb;
sco_pcb            72 netbt/sco.h    int sco_attach(struct sco_pcb **, const struct btproto *, void *);
sco_pcb            73 netbt/sco.h    int sco_bind(struct sco_pcb *, struct sockaddr_bt *);
sco_pcb            74 netbt/sco.h    int sco_sockaddr(struct sco_pcb *, struct sockaddr_bt *);
sco_pcb            75 netbt/sco.h    int sco_connect(struct sco_pcb *, struct sockaddr_bt *);
sco_pcb            76 netbt/sco.h    int sco_peeraddr(struct sco_pcb *, struct sockaddr_bt *);
sco_pcb            77 netbt/sco.h    int sco_disconnect(struct sco_pcb *, int);
sco_pcb            78 netbt/sco.h    int sco_detach(struct sco_pcb **);
sco_pcb            79 netbt/sco.h    int sco_listen(struct sco_pcb *);
sco_pcb            80 netbt/sco.h    int sco_send(struct sco_pcb *, struct mbuf *);
sco_pcb            81 netbt/sco.h    int sco_setopt(struct sco_pcb *, int, void *);
sco_pcb            82 netbt/sco.h    int sco_getopt(struct sco_pcb *, int, void *);
sco_pcb           101 netbt/sco_socket.c 	struct sco_pcb *pcb = (struct sco_pcb *)up->so_pcb;
sco_pcb           127 netbt/sco_socket.c 		return sco_attach((struct sco_pcb **)&up->so_pcb,
sco_pcb           147 netbt/sco_socket.c 		return sco_detach((struct sco_pcb **)&up->so_pcb);
sco_pcb           256 netbt/sco_socket.c 	struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
sco_pcb            52 netbt/sco_upper.c struct sco_pcb_list sco_pcb = LIST_HEAD_INITIALIZER(sco_pcb);
sco_pcb            60 netbt/sco_upper.c sco_attach(struct sco_pcb **handle,
sco_pcb            63 netbt/sco_upper.c 	struct sco_pcb *pcb;
sco_pcb            69 netbt/sco_upper.c 	pcb = malloc(sizeof(struct sco_pcb), M_BLUETOOTH, M_NOWAIT);
sco_pcb            77 netbt/sco_upper.c 	LIST_INSERT_HEAD(&sco_pcb, pcb, sp_next);
sco_pcb            89 netbt/sco_upper.c sco_bind(struct sco_pcb *pcb, struct sockaddr_bt *addr)
sco_pcb           102 netbt/sco_upper.c sco_sockaddr(struct sco_pcb *pcb, struct sockaddr_bt *addr)
sco_pcb           118 netbt/sco_upper.c sco_connect(struct sco_pcb *pcb, struct sockaddr_bt *dest)
sco_pcb           184 netbt/sco_upper.c sco_peeraddr(struct sco_pcb *pcb, struct sockaddr_bt *addr)
sco_pcb           200 netbt/sco_upper.c sco_disconnect(struct sco_pcb *pcb, int linger)
sco_pcb           229 netbt/sco_upper.c sco_detach(struct sco_pcb **handle)
sco_pcb           231 netbt/sco_upper.c 	struct sco_pcb *pcb;
sco_pcb           256 netbt/sco_upper.c sco_listen(struct sco_pcb *pcb)
sco_pcb           277 netbt/sco_upper.c sco_send(struct sco_pcb *pcb, struct mbuf *m)
sco_pcb           322 netbt/sco_upper.c sco_setopt(struct sco_pcb *pcb, int opt, void *addr)
sco_pcb           341 netbt/sco_upper.c sco_getopt(struct sco_pcb *pcb, int opt, void *addr)