bluetooth.h (5f6cd79f477743cab98fd49feb03a39e0138b32f) bluetooth.h (d97636980f6ba7344c8aa6fa349b9059c60ee478)
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4
5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 2 as

--- 207 unchanged lines hidden (view full) ---

216
217#define bt_sk(__sk) ((struct bt_sock *) __sk)
218
219struct bt_sock {
220 struct sock sk;
221 struct list_head accept_q;
222 struct sock *parent;
223 unsigned long flags;
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4
5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 2 as

--- 207 unchanged lines hidden (view full) ---

216
217#define bt_sk(__sk) ((struct bt_sock *) __sk)
218
219struct bt_sock {
220 struct sock sk;
221 struct list_head accept_q;
222 struct sock *parent;
223 unsigned long flags;
224 void (*skb_msg_name)(struct sk_buff *, void *, int *);
224};
225
226enum {
227 BT_SK_DEFER_SETUP,
228 BT_SK_SUSPEND,
229};
230
231struct bt_sock_list {

--- 123 unchanged lines hidden ---
225};
226
227enum {
228 BT_SK_DEFER_SETUP,
229 BT_SK_SUSPEND,
230};
231
232struct bt_sock_list {

--- 123 unchanged lines hidden ---