sco_pcb
struct sco_pcb;
struct sco_pcb *hl_sco; /* SCO pcb */
struct sco_pcb *pcb, *new;
LIST_FOREACH(pcb, &sco_pcb, sp_next) {
struct sco_pcb *pcb;
LIST_ENTRY(sco_pcb) sp_next;
LIST_HEAD(sco_pcb_list, sco_pcb);
extern struct sco_pcb_list sco_pcb;
int sco_attach(struct sco_pcb **, const struct btproto *, void *);
int sco_bind(struct sco_pcb *, struct sockaddr_bt *);
int sco_sockaddr(struct sco_pcb *, struct sockaddr_bt *);
int sco_connect(struct sco_pcb *, struct sockaddr_bt *);
int sco_peeraddr(struct sco_pcb *, struct sockaddr_bt *);
int sco_disconnect(struct sco_pcb *, int);
int sco_detach(struct sco_pcb **);
int sco_listen(struct sco_pcb *);
int sco_send(struct sco_pcb *, struct mbuf *);
int sco_setopt(struct sco_pcb *, int, void *);
int sco_getopt(struct sco_pcb *, int, void *);
error = sco_detach((struct sco_pcb **)&so->so_pcb);
struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
error = sco_attach((struct sco_pcb **)&so->so_pcb,
struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
sco_sockaddr(struct sco_pcb *pcb, struct sockaddr_bt *addr)
sco_connect(struct sco_pcb *pcb, struct sockaddr_bt *dest)
sco_peeraddr(struct sco_pcb *pcb, struct sockaddr_bt *addr)
sco_disconnect(struct sco_pcb *pcb, int linger)
sco_detach(struct sco_pcb **handle)
struct sco_pcb *pcb;
sco_listen(struct sco_pcb *pcb)
sco_send(struct sco_pcb *pcb, struct mbuf *m)
sco_setopt(struct sco_pcb *pcb, int opt, void *addr)
sco_getopt(struct sco_pcb *pcb, int opt, void *addr)
struct sco_pcb_list sco_pcb = LIST_HEAD_INITIALIZER(sco_pcb);
sco_attach(struct sco_pcb **handle,
struct sco_pcb *pcb;
LIST_INSERT_HEAD(&sco_pcb, pcb, sp_next);
sco_bind(struct sco_pcb *pcb, struct sockaddr_bt *addr)