Home
last modified time | relevance | path

Searched refs:rfcomm_dlc (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/netbt/
H A Drfcomm.h278 struct rfcomm_dlc *rc_dlc; /* owner */
319 struct rfcomm_dlc { struct
393 void rfcomm_dlc_close(struct rfcomm_dlc *, int);
395 int rfcomm_dlc_setmode(struct rfcomm_dlc *);
396 int rfcomm_dlc_connect(struct rfcomm_dlc *);
397 int rfcomm_dlc_open(struct rfcomm_dlc *);
398 void rfcomm_dlc_start(struct rfcomm_dlc *);
420 int rfcomm_disconnect(struct rfcomm_dlc *, int);
421 int rfcomm_detach(struct rfcomm_dlc **);
422 int rfcomm_listen(struct rfcomm_dlc *);
[all …]
H A Drfcomm_socket.c97 struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb; in rfcomm_ctloutput()
275 struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb; in rfcomm_sabort()
287 struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb; in rfcomm_sdisconnect()
305 struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb; in rfcomm_sattach()
338 struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb; in rfcomm_sbind()
360 struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb; in rfcomm_sconnect()
383 struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb; in rfcomm_speeraddr()
402 struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb; in rfcomm_ssockaddr()
431 struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb; in rfcomm_ssend()
458 struct rfcomm_dlc *pcb = (struct rfcomm_dlc *) so->so_pcb; in rfcomm_saccept()
[all …]
H A Drfcomm_upper.c63 rfcomm_attach(struct rfcomm_dlc **handle, in rfcomm_attach()
66 struct rfcomm_dlc *dlc; in rfcomm_attach()
218 rfcomm_disconnect(struct rfcomm_dlc *dlc, int linger) in rfcomm_disconnect()
274 rfcomm_detach(struct rfcomm_dlc **handle) in rfcomm_detach()
276 struct rfcomm_dlc *dlc = *handle; in rfcomm_detach()
310 rfcomm_listen(struct rfcomm_dlc *dlc) in rfcomm_listen()
313 struct rfcomm_dlc *used; in rfcomm_listen()
390 rfcomm_send(struct rfcomm_dlc *dlc, struct mbuf *m) in rfcomm_send()
416 rfcomm_rcvd(struct rfcomm_dlc *dlc, size_t space) in rfcomm_rcvd()
440 rfcomm_setopt(struct rfcomm_dlc *dlc, int opt, void *addr) in rfcomm_setopt()
[all …]
H A Drfcomm_dlc.c53 struct rfcomm_dlc *
56 struct rfcomm_dlc *dlc; in rfcomm_dlc_lookup()
71 struct rfcomm_dlc *
75 struct rfcomm_dlc *new, *dlc, *any, *best; in rfcomm_dlc_newconn()
151 rfcomm_dlc_close(struct rfcomm_dlc *dlc, int err) in rfcomm_dlc_close()
197 struct rfcomm_dlc *dlc = arg; in rfcomm_dlc_timeout()
217 rfcomm_dlc_setmode(struct rfcomm_dlc *dlc) in rfcomm_dlc_setmode()
247 rfcomm_dlc_connect(struct rfcomm_dlc *dlc) in rfcomm_dlc_connect()
289 rfcomm_dlc_open(struct rfcomm_dlc *dlc) in rfcomm_dlc_open()
327 rfcomm_dlc_start(struct rfcomm_dlc *dlc) in rfcomm_dlc_start()
H A Drfcomm_session.c305 struct rfcomm_dlc *dlc; in rfcomm_session_timeout()
383 struct rfcomm_dlc *dlc; in rfcomm_session_disconnected()
438 struct rfcomm_dlc *dlc; in rfcomm_session_complete()
507 struct rfcomm_dlc *dlc, *next; in rfcomm_session_linkmode()
717 struct rfcomm_dlc *dlc; in rfcomm_session_recv_sabm()
793 struct rfcomm_dlc *dlc; in rfcomm_session_recv_disc()
832 struct rfcomm_dlc *dlc; in rfcomm_session_recv_ua()
900 struct rfcomm_dlc *dlc; in rfcomm_session_recv_dm()
921 struct rfcomm_dlc *dlc; in rfcomm_session_recv_uih()
1157 struct rfcomm_dlc *dlc; in rfcomm_session_recv_mcc_msc()
[all …]
H A DMakefile5 SRCS += rfcomm_dlc.c rfcomm_session.c rfcomm_socket.c rfcomm_upper.c
H A Dhci_ioctl.c59 struct rfcomm_dlc *dlc; in hci_dump()
/dragonfly/sys/conf/
H A Dfiles1610 netbt/rfcomm_dlc.c optional bluetooth