Lines Matching refs:l2cap_channel
355 LIST_HEAD(l2cap_channel_list, l2cap_channel);
372 struct l2cap_channel { struct
397 LIST_ENTRY(l2cap_channel)lc_ncid; /* next channel (ascending CID) */ argument
419 struct l2cap_channel *lr_chan; /* channel pointer */
430 struct l2cap_channel *lp_chan; /* PDU owner */
445 void l2cap_close(struct l2cap_channel *, int);
447 int l2cap_start(struct l2cap_channel *);
450 int l2cap_setmode(struct l2cap_channel *);
451 int l2cap_cid_alloc(struct l2cap_channel *);
452 struct l2cap_channel *l2cap_cid_lookup(uint16_t);
453 int l2cap_request_alloc(struct l2cap_channel *, uint8_t);
461 int l2cap_send_connect_req(struct l2cap_channel *);
462 int l2cap_send_config_req(struct l2cap_channel *);
463 int l2cap_send_disconnect_req(struct l2cap_channel *);
470 int l2cap_attach_pcb(struct l2cap_channel **, const struct btproto *, void *);
471 int l2cap_bind_pcb(struct l2cap_channel *, struct sockaddr_bt *);
472 int l2cap_sockaddr_pcb(struct l2cap_channel *, struct sockaddr_bt *);
473 int l2cap_connect_pcb(struct l2cap_channel *, struct sockaddr_bt *);
474 int l2cap_peeraddr_pcb(struct l2cap_channel *, struct sockaddr_bt *);
475 int l2cap_disconnect_pcb(struct l2cap_channel *, int);
476 void l2cap_detach_pcb(struct l2cap_channel **);
477 int l2cap_listen_pcb(struct l2cap_channel *);
478 int l2cap_send_pcb(struct l2cap_channel *, struct mbuf *);
479 int l2cap_setopt(struct l2cap_channel *, const struct sockopt *);
480 int l2cap_getopt(struct l2cap_channel *, struct sockopt *);