rfcomm_dlc 60 netbt/hci_ioctl.c struct rfcomm_dlc *dlc;
rfcomm_dlc 276 netbt/rfcomm.h struct rfcomm_dlc *rc_dlc; /* owner */
rfcomm_dlc 289 netbt/rfcomm.h LIST_HEAD(,rfcomm_dlc) rs_dlcs; /* DLC list */
rfcomm_dlc 317 netbt/rfcomm.h struct rfcomm_dlc {
rfcomm_dlc 343 netbt/rfcomm.h LIST_ENTRY(rfcomm_dlc) rd_next; /* next dlc on session */
rfcomm_dlc 387 netbt/rfcomm.h struct rfcomm_dlc *rfcomm_dlc_lookup(struct rfcomm_session *, int);
rfcomm_dlc 388 netbt/rfcomm.h struct rfcomm_dlc *rfcomm_dlc_newconn(struct rfcomm_session *, int);
rfcomm_dlc 389 netbt/rfcomm.h void rfcomm_dlc_close(struct rfcomm_dlc *, int);
rfcomm_dlc 391 netbt/rfcomm.h int rfcomm_dlc_setmode(struct rfcomm_dlc *);
rfcomm_dlc 392 netbt/rfcomm.h int rfcomm_dlc_connect(struct rfcomm_dlc *);
rfcomm_dlc 393 netbt/rfcomm.h int rfcomm_dlc_open(struct rfcomm_dlc *);
rfcomm_dlc 394 netbt/rfcomm.h void rfcomm_dlc_start(struct rfcomm_dlc *);
rfcomm_dlc 402 netbt/rfcomm.h int rfcomm_session_send_uih(struct rfcomm_session *, struct rfcomm_dlc *, int, struct mbuf *);
rfcomm_dlc 410 netbt/rfcomm.h int rfcomm_attach(struct rfcomm_dlc **, const struct btproto *, void *);
rfcomm_dlc 411 netbt/rfcomm.h int rfcomm_bind(struct rfcomm_dlc *, struct sockaddr_bt *);
rfcomm_dlc 412 netbt/rfcomm.h int rfcomm_sockaddr(struct rfcomm_dlc *, struct sockaddr_bt *);
rfcomm_dlc 413 netbt/rfcomm.h int rfcomm_connect(struct rfcomm_dlc *, struct sockaddr_bt *);
rfcomm_dlc 414 netbt/rfcomm.h int rfcomm_peeraddr(struct rfcomm_dlc *, struct sockaddr_bt *);
rfcomm_dlc 415 netbt/rfcomm.h int rfcomm_disconnect(struct rfcomm_dlc *, int);
rfcomm_dlc 416 netbt/rfcomm.h int rfcomm_detach(struct rfcomm_dlc **);
rfcomm_dlc 417 netbt/rfcomm.h int rfcomm_listen(struct rfcomm_dlc *);
rfcomm_dlc 418 netbt/rfcomm.h int rfcomm_send(struct rfcomm_dlc *, struct mbuf *);
rfcomm_dlc 419 netbt/rfcomm.h int rfcomm_rcvd(struct rfcomm_dlc *, size_t);
rfcomm_dlc 420 netbt/rfcomm.h int rfcomm_setopt(struct rfcomm_dlc *, int, void *);
rfcomm_dlc 421 netbt/rfcomm.h int rfcomm_getopt(struct rfcomm_dlc *, int, void *);
rfcomm_dlc 53 netbt/rfcomm_dlc.c struct rfcomm_dlc *
rfcomm_dlc 56 netbt/rfcomm_dlc.c struct rfcomm_dlc *dlc;
rfcomm_dlc 71 netbt/rfcomm_dlc.c struct rfcomm_dlc *
rfcomm_dlc 75 netbt/rfcomm_dlc.c struct rfcomm_dlc *new, *dlc, *any, *best;
rfcomm_dlc 151 netbt/rfcomm_dlc.c rfcomm_dlc_close(struct rfcomm_dlc *dlc, int err)
rfcomm_dlc 197 netbt/rfcomm_dlc.c struct rfcomm_dlc *dlc = arg;
rfcomm_dlc 218 netbt/rfcomm_dlc.c rfcomm_dlc_setmode(struct rfcomm_dlc *dlc)
rfcomm_dlc 248 netbt/rfcomm_dlc.c rfcomm_dlc_connect(struct rfcomm_dlc *dlc)
rfcomm_dlc 290 netbt/rfcomm_dlc.c rfcomm_dlc_open(struct rfcomm_dlc *dlc)
rfcomm_dlc 327 netbt/rfcomm_dlc.c rfcomm_dlc_start(struct rfcomm_dlc *dlc)
rfcomm_dlc 303 netbt/rfcomm_session.c struct rfcomm_dlc *dlc;
rfcomm_dlc 381 netbt/rfcomm_session.c struct rfcomm_dlc *dlc;
rfcomm_dlc 435 netbt/rfcomm_session.c struct rfcomm_dlc *dlc;
rfcomm_dlc 503 netbt/rfcomm_session.c struct rfcomm_dlc *dlc, *next;
rfcomm_dlc 710 netbt/rfcomm_session.c struct rfcomm_dlc *dlc;
rfcomm_dlc 786 netbt/rfcomm_session.c struct rfcomm_dlc *dlc;
rfcomm_dlc 825 netbt/rfcomm_session.c struct rfcomm_dlc *dlc;
rfcomm_dlc 893 netbt/rfcomm_session.c struct rfcomm_dlc *dlc;
rfcomm_dlc 914 netbt/rfcomm_session.c struct rfcomm_dlc *dlc;
rfcomm_dlc 1151 netbt/rfcomm_session.c struct rfcomm_dlc *dlc;
rfcomm_dlc 1301 netbt/rfcomm_session.c struct rfcomm_dlc *dlc;
rfcomm_dlc 1423 netbt/rfcomm_session.c struct rfcomm_dlc *dlc, *next;
rfcomm_dlc 1510 netbt/rfcomm_session.c rfcomm_session_send_uih(struct rfcomm_session *rs, struct rfcomm_dlc *dlc,
rfcomm_dlc 108 netbt/rfcomm_socket.c struct rfcomm_dlc *pcb = up->so_pcb;
rfcomm_dlc 134 netbt/rfcomm_socket.c err = rfcomm_attach((struct rfcomm_dlc **)&up->so_pcb,
rfcomm_dlc 165 netbt/rfcomm_socket.c return rfcomm_detach((struct rfcomm_dlc **)&up->so_pcb);
rfcomm_dlc 269 netbt/rfcomm_socket.c struct rfcomm_dlc *pcb = so->so_pcb;
rfcomm_dlc 63 netbt/rfcomm_upper.c rfcomm_attach(struct rfcomm_dlc **handle,
rfcomm_dlc 66 netbt/rfcomm_upper.c struct rfcomm_dlc *dlc;
rfcomm_dlc 72 netbt/rfcomm_upper.c dlc = malloc(sizeof(struct rfcomm_dlc), M_BLUETOOTH, M_NOWAIT);
rfcomm_dlc 105 netbt/rfcomm_upper.c rfcomm_bind(struct rfcomm_dlc *dlc, struct sockaddr_bt *addr)
rfcomm_dlc 118 netbt/rfcomm_upper.c rfcomm_sockaddr(struct rfcomm_dlc *dlc, struct sockaddr_bt *addr)
rfcomm_dlc 131 netbt/rfcomm_upper.c rfcomm_connect(struct rfcomm_dlc *dlc, struct sockaddr_bt *dest)
rfcomm_dlc 206 netbt/rfcomm_upper.c rfcomm_peeraddr(struct rfcomm_dlc *dlc, struct sockaddr_bt *addr)
rfcomm_dlc 219 netbt/rfcomm_upper.c rfcomm_disconnect(struct rfcomm_dlc *dlc, int linger)
rfcomm_dlc 274 netbt/rfcomm_upper.c rfcomm_detach(struct rfcomm_dlc **handle)
rfcomm_dlc 276 netbt/rfcomm_upper.c struct rfcomm_dlc *dlc = *handle;
rfcomm_dlc 309 netbt/rfcomm_upper.c rfcomm_listen(struct rfcomm_dlc *dlc)
rfcomm_dlc 374 netbt/rfcomm_upper.c rfcomm_send(struct rfcomm_dlc *dlc, struct mbuf *m)
rfcomm_dlc 400 netbt/rfcomm_upper.c rfcomm_rcvd(struct rfcomm_dlc *dlc, size_t space)
rfcomm_dlc 424 netbt/rfcomm_upper.c rfcomm_setopt(struct rfcomm_dlc *dlc, int opt, void *addr)
rfcomm_dlc 471 netbt/rfcomm_upper.c rfcomm_getopt(struct rfcomm_dlc *dlc, int opt, void *addr)