HomeSort by: relevance | last modified time | path
    Searched refs:AF_BLUETOOTH (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
socket.d 46 AF_BLUETOOTH = 33,
86 enum PF_BLUETOOTH = AF_BLUETOOTH;
  /src/sys/netbt/
bt_proto.c 105 .dom_family = AF_BLUETOOTH,
hci_socket.c 431 if (sa->bt_family != AF_BLUETOOTH)
465 if (sa->bt_family != AF_BLUETOOTH)
553 sa->bt_family = AF_BLUETOOTH;
570 sa->bt_family = AF_BLUETOOTH;
614 if (sa->bt_family != AF_BLUETOOTH) {
811 sa.bt_family = AF_BLUETOOTH;
sco_upper.c 111 addr->bt_family = AF_BLUETOOTH;
190 addr->bt_family = AF_BLUETOOTH;
l2cap_upper.c 84 chan->lc_laddr.bt_family = AF_BLUETOOTH;
88 chan->lc_raddr.bt_family = AF_BLUETOOTH;
rfcomm_upper.c 84 dlc->rd_laddr.bt_family = AF_BLUETOOTH;
88 dlc->rd_raddr.bt_family = AF_BLUETOOTH;
sco_socket.c 139 if (sa->bt_family != AF_BLUETOOTH)
173 if (sa->bt_family != AF_BLUETOOTH)
l2cap_socket.c 148 if (sa->bt_family != AF_BLUETOOTH)
182 if (sa->bt_family != AF_BLUETOOTH)
rfcomm_socket.c 156 if (sa->bt_family != AF_BLUETOOTH)
190 if (sa->bt_family != AF_BLUETOOTH)
  /src/external/bsd/libpcap/dist/
pcap-bt-linux.c 84 sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
240 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
281 addr.hci_family = AF_BLUETOOTH;
pcap-bt-monitor-linux.c 221 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
236 addr.hci_family = AF_BLUETOOTH;
  /src/lib/libbluetooth/
bluetooth.c 88 if (type != AF_BLUETOOTH || len != sizeof(bdaddr_t)) {
133 host.h_addrtype = AF_BLUETOOTH;
sdp_session.c 76 sa.bt_family = AF_BLUETOOTH;
bt_dev.c 159 sa.bt_family = AF_BLUETOOTH;
880 sa.bt_family = AF_BLUETOOTH;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/sys/
socket.d 96 AF_BLUETOOTH = PF_BLUETOOTH,
  /src/usr.bin/bthset/
bthset.c 412 || addr.bt_family != AF_BLUETOOTH
502 addr.bt_family = AF_BLUETOOTH;
535 addr.bt_family = AF_BLUETOOTH;
  /src/share/examples/rump/btplay/
btplay.c 97 sbt.bt_family = AF_BLUETOOTH;
  /src/usr.bin/btkey/
btkey.c 298 sizeof(bdaddr_t), AF_BLUETOOTH)) != NULL)
device.c 77 sa.bt_family = AF_BLUETOOTH;
  /src/usr.bin/btpin/
btpin.c 167 bt.bt_family = AF_BLUETOOTH;
  /src/sys/sys/
socket.h 244 #define AF_BLUETOOTH 31 /* Bluetooth: HCI, SCO, L2CAP, RFCOMM */
354 #define PF_BLUETOOTH AF_BLUETOOTH
  /src/usr.sbin/btpand/
client.c 64 sa.bt_family = AF_BLUETOOTH;
server.c 90 sa.bt_family = AF_BLUETOOTH;
  /src/usr.bin/rfcomm_sppd/
rfcomm_sppd.c 377 sa.bt_family = AF_BLUETOOTH;
435 sa.bt_family = AF_BLUETOOTH;
  /src/usr.sbin/bthcid/
client.c 216 sa.bt_family = AF_BLUETOOTH;

Completed in 53 milliseconds

1 2