Home | History | Annotate | Download | only in netbt

Lines Matching defs:sco_pcb

42 struct sco_pcb {
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 *, int);
77 void sco_detach_pcb(struct sco_pcb **);
78 int sco_listen_pcb(struct sco_pcb *);
79 int sco_send_pcb(struct sco_pcb *, struct mbuf *);
80 int sco_setopt(struct sco_pcb *, const struct sockopt *);
81 int sco_getopt(struct sco_pcb *, struct sockopt *);