Searched refs:sco_pcb (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/netbt/
H A Dsco.h42 struct sco_pcb { struct
53 LIST_ENTRY(sco_pcb) sp_next;
56 LIST_HEAD(sco_pcb_list, sco_pcb);
57 extern struct sco_pcb_list sco_pcb;
71 int sco_attach_pcb(struct sco_pcb **, const struct btproto *, void *);
72 int sco_bind_pcb(struct sco_pcb *, struct sockaddr_bt *);
73 int sco_sockaddr_pcb(struct sco_pcb *, struct sockaddr_bt *);
74 int sco_connect_pcb(struct sco_pcb *, struct sockaddr_bt *);
75 int sco_peeraddr_pcb(struct sco_pcb *, struct sockaddr_bt *);
76 int sco_disconnect_pcb(struct sco_pcb *, in
[all...]
H A Dsco_upper.c53 struct sco_pcb_list sco_pcb = LIST_HEAD_INITIALIZER(sco_pcb); variable in typeref:struct:sco_pcb_list
61 sco_attach_pcb(struct sco_pcb **handle,
64 struct sco_pcb *pcb;
70 pcb = malloc(sizeof(struct sco_pcb), M_BLUETOOTH,
78 LIST_INSERT_HEAD(&sco_pcb, pcb, sp_next);
90 sco_bind_pcb(struct sco_pcb *pcb, struct sockaddr_bt *addr)
106 sco_sockaddr_pcb(struct sco_pcb *pcb, struct sockaddr_bt *addr)
122 sco_connect_pcb(struct sco_pcb *pcb, struct sockaddr_bt *dest)
185 sco_peeraddr_pcb(struct sco_pcb *pc
[all...]
H A Dsco_socket.c99 return sco_attach_pcb((struct sco_pcb **)&so->so_pcb, &sco_proto, so);
106 sco_detach_pcb((struct sco_pcb **)&so->so_pcb);
113 struct sco_pcb *pcb = so->so_pcb;
127 struct sco_pcb *pcb = so->so_pcb;
148 struct sco_pcb *pcb = so->so_pcb;
161 struct sco_pcb *pcb = so->so_pcb;
183 struct sco_pcb *pcb = so->so_pcb;
196 struct sco_pcb *pcb = so->so_pcb;
219 struct sco_pcb *pcb = so->so_pcb;
249 struct sco_pcb *pc
[all...]
H A Dhci_link.c772 struct sco_pcb *pcb, *new;
794 LIST_FOREACH(pcb, &sco_pcb, sp_next) {
984 struct sco_pcb *pcb;
H A Dhci.h2426 struct sco_pcb;
2467 struct sco_pcb *hl_sco; /* SCO pcb */
/netbsd-current/sys/dev/bluetooth/
H A Dbtsco.c104 struct sco_pcb *sc_sco; /* SCO handle */
105 struct sco_pcb *sc_sco_l; /* SCO listen handle */

Completed in 156 milliseconds