OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rfcomm_dlc
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/netbt/
rfcomm.h
276
struct
rfcomm_dlc
*rc_dlc; /* owner */
289
LIST_HEAD(,
rfcomm_dlc
) rs_dlcs; /* DLC list */
317
struct
rfcomm_dlc
{
struct
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
*);
[
all
...]
rfcomm_upper.c
64
rfcomm_attach_pcb(struct
rfcomm_dlc
**handle,
67
struct
rfcomm_dlc
*dlc;
73
dlc = kmem_intr_zalloc(sizeof(struct
rfcomm_dlc
), KM_NOSLEEP);
106
rfcomm_bind_pcb(struct
rfcomm_dlc
*dlc, struct sockaddr_bt *addr)
122
rfcomm_sockaddr_pcb(struct
rfcomm_dlc
*dlc, struct sockaddr_bt *addr)
135
rfcomm_connect_pcb(struct
rfcomm_dlc
*dlc, struct sockaddr_bt *dest)
210
rfcomm_peeraddr_pcb(struct
rfcomm_dlc
*dlc, struct sockaddr_bt *addr)
223
rfcomm_disconnect_pcb(struct
rfcomm_dlc
*dlc, int linger)
278
rfcomm_detach_pcb(struct
rfcomm_dlc
**handle)
280
struct
rfcomm_dlc
*dlc = *handle
[
all
...]
rfcomm_socket.c
106
error = rfcomm_attach_pcb((struct
rfcomm_dlc
**)&so->so_pcb,
113
rfcomm_detach_pcb((struct
rfcomm_dlc
**)&so->so_pcb);
123
rfcomm_detach_pcb((struct
rfcomm_dlc
**)&so->so_pcb);
130
struct
rfcomm_dlc
*pcb = so->so_pcb;
144
struct
rfcomm_dlc
*pcb = so->so_pcb;
165
struct
rfcomm_dlc
*pcb = so->so_pcb;
178
struct
rfcomm_dlc
*pcb = so->so_pcb;
200
struct
rfcomm_dlc
*pcb = so->so_pcb;
213
struct
rfcomm_dlc
*pcb = so->so_pcb;
236
struct
rfcomm_dlc
*pcb = so->so_pcb
[
all
...]
rfcomm_dlc.c
1
/* $NetBSD:
rfcomm_dlc
.c,v 1.9 2018/09/03 16:29:36 riastradh Exp $ */
35
__KERNEL_RCSID(0, "$NetBSD:
rfcomm_dlc
.c,v 1.9 2018/09/03 16:29:36 riastradh Exp $");
54
struct
rfcomm_dlc
*
57
struct
rfcomm_dlc
*dlc;
72
struct
rfcomm_dlc
*
76
struct
rfcomm_dlc
*new, *dlc, *any, *best;
152
rfcomm_dlc_close(struct
rfcomm_dlc
*dlc, int err)
198
struct
rfcomm_dlc
*dlc = arg;
214
* rfcomm_dlc_setmode(
rfcomm_dlc
)
221
rfcomm_dlc_setmode(struct
rfcomm_dlc
*dlc
[
all
...]
rfcomm_session.c
306
struct
rfcomm_dlc
*dlc;
388
struct
rfcomm_dlc
*dlc;
449
struct
rfcomm_dlc
*dlc;
516
struct
rfcomm_dlc
*dlc, *next;
723
struct
rfcomm_dlc
*dlc;
799
struct
rfcomm_dlc
*dlc;
838
struct
rfcomm_dlc
*dlc;
906
struct
rfcomm_dlc
*dlc;
927
struct
rfcomm_dlc
*dlc;
1164
struct
rfcomm_dlc
*dlc
[
all
...]
hci_ioctl.c
61
struct
rfcomm_dlc
*dlc;
/src/sys/rump/net/lib/libnetbt/
Makefile
18
rfcomm_dlc
.c rfcomm_session.c rfcomm_socket.c rfcomm_upper.c \
Completed in 18 milliseconds
Indexes created Thu Oct 30 03:10:01 GMT 2025