Home | History | Annotate | Download | only in netbt

Lines Matching refs:rfcomm_dlc

276 	struct rfcomm_dlc		*rc_dlc;	/* owner */
289 LIST_HEAD(,rfcomm_dlc) rs_dlcs; /* DLC list */
317 struct rfcomm_dlc {
343 LIST_ENTRY(rfcomm_dlc) rd_next; /* next dlc on session */
387 /* rfcomm_dlc.c */
388 struct rfcomm_dlc *rfcomm_dlc_lookup(struct rfcomm_session *, int);
389 struct rfcomm_dlc *rfcomm_dlc_newconn(struct rfcomm_session *, int);
390 void rfcomm_dlc_close(struct rfcomm_dlc *, int);
392 int rfcomm_dlc_setmode(struct rfcomm_dlc *);
393 int rfcomm_dlc_connect(struct rfcomm_dlc *);
394 int rfcomm_dlc_open(struct rfcomm_dlc *);
395 void rfcomm_dlc_start(struct rfcomm_dlc *);
402 int rfcomm_session_send_uih(struct rfcomm_session *, struct rfcomm_dlc *, int, struct mbuf *);
410 int rfcomm_attach_pcb(struct rfcomm_dlc **, const struct btproto *, void *);
411 int rfcomm_bind_pcb(struct rfcomm_dlc *, struct sockaddr_bt *);
412 int rfcomm_sockaddr_pcb(struct rfcomm_dlc *, struct sockaddr_bt *);
413 int rfcomm_connect_pcb(struct rfcomm_dlc *, struct sockaddr_bt *);
414 int rfcomm_peeraddr_pcb(struct rfcomm_dlc *, struct sockaddr_bt *);
415 int rfcomm_disconnect_pcb(struct rfcomm_dlc *, int);
416 void rfcomm_detach_pcb(struct rfcomm_dlc **);
417 int rfcomm_listen_pcb(struct rfcomm_dlc *);
418 int rfcomm_send_pcb(struct rfcomm_dlc *, struct mbuf *);
419 int rfcomm_rcvd_pcb(struct rfcomm_dlc *, size_t);
420 int rfcomm_setopt(struct rfcomm_dlc *, const struct sockopt *);
421 int rfcomm_getopt(struct rfcomm_dlc *, struct sockopt *);