Symbol: rfcomm_dlc
sys/netbt/hci_ioctl.c
59
struct rfcomm_dlc *dlc;
sys/netbt/rfcomm.h
278
struct rfcomm_dlc *rc_dlc; /* owner */
sys/netbt/rfcomm.h
291
LIST_HEAD(,rfcomm_dlc) rs_dlcs; /* DLC list */
sys/netbt/rfcomm.h
345
LIST_ENTRY(rfcomm_dlc) rd_next; /* next dlc on session */
sys/netbt/rfcomm.h
391
struct rfcomm_dlc *rfcomm_dlc_lookup(struct rfcomm_session *, int);
sys/netbt/rfcomm.h
392
struct rfcomm_dlc *rfcomm_dlc_newconn(struct rfcomm_session *, int);
sys/netbt/rfcomm.h
393
void rfcomm_dlc_close(struct rfcomm_dlc *, int);
sys/netbt/rfcomm.h
395
int rfcomm_dlc_setmode(struct rfcomm_dlc *);
sys/netbt/rfcomm.h
396
int rfcomm_dlc_connect(struct rfcomm_dlc *);
sys/netbt/rfcomm.h
397
int rfcomm_dlc_open(struct rfcomm_dlc *);
sys/netbt/rfcomm.h
398
void rfcomm_dlc_start(struct rfcomm_dlc *);
sys/netbt/rfcomm.h
406
int rfcomm_session_send_uih(struct rfcomm_session *, struct rfcomm_dlc *, int, struct mbuf *);
sys/netbt/rfcomm.h
415
int rfcomm_attach(struct rfcomm_dlc **, const struct btproto *, void *);
sys/netbt/rfcomm.h
416
int rfcomm_bind(struct rfcomm_dlc *, struct sockaddr_bt *);
sys/netbt/rfcomm.h
417
int rfcomm_sockaddr(struct rfcomm_dlc *, struct sockaddr_bt *);
sys/netbt/rfcomm.h
418
int rfcomm_connect(struct rfcomm_dlc *, struct sockaddr_bt *);
sys/netbt/rfcomm.h
419
int rfcomm_peeraddr(struct rfcomm_dlc *, struct sockaddr_bt *);
sys/netbt/rfcomm.h
420
int rfcomm_disconnect(struct rfcomm_dlc *, int);
sys/netbt/rfcomm.h
421
int rfcomm_detach(struct rfcomm_dlc **);
sys/netbt/rfcomm.h
422
int rfcomm_listen(struct rfcomm_dlc *);
sys/netbt/rfcomm.h
423
int rfcomm_send(struct rfcomm_dlc *, struct mbuf *);
sys/netbt/rfcomm.h
424
int rfcomm_rcvd(struct rfcomm_dlc *, size_t);
sys/netbt/rfcomm.h
425
int rfcomm_setopt(struct rfcomm_dlc *, int, void *);
sys/netbt/rfcomm.h
426
int rfcomm_setopt2(struct rfcomm_dlc *, int, struct socket *, struct sockopt *);
sys/netbt/rfcomm.h
427
int rfcomm_getopt(struct rfcomm_dlc *, int, void *);
sys/netbt/rfcomm_dlc.c
151
rfcomm_dlc_close(struct rfcomm_dlc *dlc, int err)
sys/netbt/rfcomm_dlc.c
197
struct rfcomm_dlc *dlc = arg;
sys/netbt/rfcomm_dlc.c
217
rfcomm_dlc_setmode(struct rfcomm_dlc *dlc)
sys/netbt/rfcomm_dlc.c
247
rfcomm_dlc_connect(struct rfcomm_dlc *dlc)
sys/netbt/rfcomm_dlc.c
289
rfcomm_dlc_open(struct rfcomm_dlc *dlc)
sys/netbt/rfcomm_dlc.c
327
rfcomm_dlc_start(struct rfcomm_dlc *dlc)
sys/netbt/rfcomm_dlc.c
53
struct rfcomm_dlc *
sys/netbt/rfcomm_dlc.c
56
struct rfcomm_dlc *dlc;
sys/netbt/rfcomm_dlc.c
71
struct rfcomm_dlc *
sys/netbt/rfcomm_dlc.c
75
struct rfcomm_dlc *new, *dlc, *any, *best;
sys/netbt/rfcomm_session.c
1157
struct rfcomm_dlc *dlc;
sys/netbt/rfcomm_session.c
1307
struct rfcomm_dlc *dlc;
sys/netbt/rfcomm_session.c
1430
struct rfcomm_dlc *dlc, *next;
sys/netbt/rfcomm_session.c
1517
rfcomm_session_send_uih(struct rfcomm_session *rs, struct rfcomm_dlc *dlc,
sys/netbt/rfcomm_session.c
305
struct rfcomm_dlc *dlc;
sys/netbt/rfcomm_session.c
383
struct rfcomm_dlc *dlc;
sys/netbt/rfcomm_session.c
438
struct rfcomm_dlc *dlc;
sys/netbt/rfcomm_session.c
507
struct rfcomm_dlc *dlc, *next;
sys/netbt/rfcomm_session.c
717
struct rfcomm_dlc *dlc;
sys/netbt/rfcomm_session.c
793
struct rfcomm_dlc *dlc;
sys/netbt/rfcomm_session.c
832
struct rfcomm_dlc *dlc;
sys/netbt/rfcomm_session.c
900
struct rfcomm_dlc *dlc;
sys/netbt/rfcomm_session.c
921
struct rfcomm_dlc *dlc;
sys/netbt/rfcomm_socket.c
263
error = rfcomm_detach((struct rfcomm_dlc **)&so->so_pcb);
sys/netbt/rfcomm_socket.c
275
struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb;
sys/netbt/rfcomm_socket.c
287
struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb;
sys/netbt/rfcomm_socket.c
305
struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb;
sys/netbt/rfcomm_socket.c
321
error = rfcomm_attach((struct rfcomm_dlc **)&so->so_pcb,
sys/netbt/rfcomm_socket.c
328
rfcomm_detach((struct rfcomm_dlc **)&so->so_pcb);
sys/netbt/rfcomm_socket.c
338
struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb;
sys/netbt/rfcomm_socket.c
360
struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb;
sys/netbt/rfcomm_socket.c
383
struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb;
sys/netbt/rfcomm_socket.c
402
struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb;
sys/netbt/rfcomm_socket.c
431
struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb;
sys/netbt/rfcomm_socket.c
458
struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb;
sys/netbt/rfcomm_socket.c
476
struct rfcomm_dlc *pcb = (struct rfcomm_dlc *)so->so_pcb;
sys/netbt/rfcomm_socket.c
487
struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb;
sys/netbt/rfcomm_socket.c
97
struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb;
sys/netbt/rfcomm_upper.c
104
rfcomm_bind(struct rfcomm_dlc *dlc, struct sockaddr_bt *addr)
sys/netbt/rfcomm_upper.c
117
rfcomm_sockaddr(struct rfcomm_dlc *dlc, struct sockaddr_bt *addr)
sys/netbt/rfcomm_upper.c
130
rfcomm_connect(struct rfcomm_dlc *dlc, struct sockaddr_bt *dest)
sys/netbt/rfcomm_upper.c
205
rfcomm_peeraddr(struct rfcomm_dlc *dlc, struct sockaddr_bt *addr)
sys/netbt/rfcomm_upper.c
218
rfcomm_disconnect(struct rfcomm_dlc *dlc, int linger)
sys/netbt/rfcomm_upper.c
274
rfcomm_detach(struct rfcomm_dlc **handle)
sys/netbt/rfcomm_upper.c
276
struct rfcomm_dlc *dlc = *handle;
sys/netbt/rfcomm_upper.c
310
rfcomm_listen(struct rfcomm_dlc *dlc)
sys/netbt/rfcomm_upper.c
313
struct rfcomm_dlc *used;
sys/netbt/rfcomm_upper.c
390
rfcomm_send(struct rfcomm_dlc *dlc, struct mbuf *m)
sys/netbt/rfcomm_upper.c
416
rfcomm_rcvd(struct rfcomm_dlc *dlc, size_t space)
sys/netbt/rfcomm_upper.c
440
rfcomm_setopt(struct rfcomm_dlc *dlc, int opt, void *addr)
sys/netbt/rfcomm_upper.c
483
rfcomm_setopt2(struct rfcomm_dlc *dlc, int opt, struct socket *so,
sys/netbt/rfcomm_upper.c
536
rfcomm_getopt(struct rfcomm_dlc *dlc, int opt, void *addr)
sys/netbt/rfcomm_upper.c
63
rfcomm_attach(struct rfcomm_dlc **handle,
sys/netbt/rfcomm_upper.c
66
struct rfcomm_dlc *dlc;