l2cap_attach      474 netbt/l2cap.h  int l2cap_attach(struct l2cap_channel **, const struct btproto *, void *);
l2cap_attach      139 netbt/l2cap_socket.c 		return l2cap_attach((struct l2cap_channel **)&up->so_pcb,
l2cap_attach      189 netbt/rfcomm_session.c 	err = l2cap_attach(&rs->rs_l2cap, &rfcomm_session_proto, rs);