Symbol: AF_BLUETOOTH
lib/libbluetooth/bluetooth.c
131
host.h_addrtype = AF_BLUETOOTH;
lib/libbluetooth/bluetooth.c
86
if (type != AF_BLUETOOTH || len != sizeof(bdaddr_t)) {
lib/libbluetooth/hci.c
67
ha.hci_family = AF_BLUETOOTH;
lib/libbluetooth/hci.c
708
ha.hci_family = AF_BLUETOOTH;
lib/libsdp/session.c
64
sa.l2cap_family = AF_BLUETOOTH;
lib/virtual_oss/bt/bt.c
504
addr.l2cap_family = AF_BLUETOOTH;
lib/virtual_oss/bt/bt.c
533
addr.l2cap_family = AF_BLUETOOTH;
sys/netgraph/bluetooth/socket/ng_btsocket.c
174
.dom_family = AF_BLUETOOTH,
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
1006
if (sa->hci_family != AF_BLUETOOTH)
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
1601
if (sa->sa_family != AF_BLUETOOTH) {
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
1671
.hci_family = AF_BLUETOOTH,
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
325
sa->hci_family = AF_BLUETOOTH;
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
974
if (sa->hci_family != AF_BLUETOOTH)
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
2099
if (sa->l2cap_family != AF_BLUETOOTH)
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
2165
if (sa->l2cap_family != AF_BLUETOOTH)
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
2529
.l2cap_family = AF_BLUETOOTH,
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
2693
.l2cap_family = AF_BLUETOOTH,
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
1219
.l2cap_family = AF_BLUETOOTH,
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
1261
.l2cap_family = AF_BLUETOOTH,
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
667
if (sa->l2cap_family != AF_BLUETOOTH)
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
721
if (sa->l2cap_family != AF_BLUETOOTH)
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
1329
l2sa.l2cap_family = AF_BLUETOOTH;
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
1352
l2sa.l2cap_family = AF_BLUETOOTH;
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
453
if (sa->rfcomm_family != AF_BLUETOOTH)
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
507
if (sa->rfcomm_family != AF_BLUETOOTH)
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
932
.rfcomm_family = AF_BLUETOOTH,
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
998
.rfcomm_family = AF_BLUETOOTH,
sys/netgraph/bluetooth/socket/ng_btsocket_sco.c
1284
if (sa->sco_family != AF_BLUETOOTH)
sys/netgraph/bluetooth/socket/ng_btsocket_sco.c
1348
if (sa->sco_family != AF_BLUETOOTH)
sys/netgraph/bluetooth/socket/ng_btsocket_sco.c
1629
.sco_family = AF_BLUETOOTH,
sys/netgraph/bluetooth/socket/ng_btsocket_sco.c
1781
.sco_family = AF_BLUETOOTH,
sys/sys/socket.h
395
#define PF_BLUETOOTH AF_BLUETOOTH
usr.bin/bluetooth/bthost/bthost.c
85
AF_BLUETOOTH);
usr.bin/bluetooth/btsockstat/btsockstat.c
567
(he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) {
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
211
ma.rfcomm_family = AF_BLUETOOTH;
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
274
ra.rfcomm_family = AF_BLUETOOTH;
usr.sbin/bluetooth/bthidcontrol/hid.c
107
AF_BLUETOOTH);
usr.sbin/bluetooth/bthidd/client.c
235
l2addr.l2cap_family = AF_BLUETOOTH;
usr.sbin/bluetooth/bthidd/server.c
94
l2addr.l2cap_family = AF_BLUETOOTH;
usr.sbin/bluetooth/btpand/client.c
68
sa.l2cap_family = AF_BLUETOOTH;
usr.sbin/bluetooth/btpand/server.c
105
sa.l2cap_family = AF_BLUETOOTH;
usr.sbin/bluetooth/hccontrol/hccontrol.c
128
addr.hci_family = AF_BLUETOOTH;
usr.sbin/bluetooth/hccontrol/hccontrol.c
302
addr.hci_family = AF_BLUETOOTH;
usr.sbin/bluetooth/hccontrol/util.c
3272
(he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) {
usr.sbin/bluetooth/l2control/l2cap.c
60
(he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) {
usr.sbin/bluetooth/l2control/l2control.c
136
sa.l2cap_family = AF_BLUETOOTH;
usr.sbin/bluetooth/l2ping/l2ping.c
152
he = bt_gethostbyaddr((const char *)&dst, sizeof(dst), AF_BLUETOOTH);
usr.sbin/bluetooth/l2ping/l2ping.c
167
sa.l2cap_family = AF_BLUETOOTH;
usr.sbin/bluetooth/l2ping/l2ping.c
176
sa.l2cap_family = AF_BLUETOOTH;
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
221
sock_addr.rfcomm_family = AF_BLUETOOTH;
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
371
sock_addr.rfcomm_family = AF_BLUETOOTH;
usr.sbin/bluetooth/sdpd/server.c
140
l2.l2cap_family = AF_BLUETOOTH;
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
127
addr.l2cap_family = AF_BLUETOOTH;