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

1 2

  /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/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/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;
  /src/sys/dev/bluetooth/
bthidev.c 498 sa.bt_family = AF_BLUETOOTH;
559 sa.bt_family = AF_BLUETOOTH;
749 sa.bt_family = AF_BLUETOOTH;
btmagic.c 495 sa.bt_family = AF_BLUETOOTH;
555 sa.bt_family = AF_BLUETOOTH;
884 sa.bt_family = AF_BLUETOOTH;
  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 787 addr.bt_family = AF_BLUETOOTH;
947 addr.bt_family = AF_BLUETOOTH;
1044 addr.bt_family = AF_BLUETOOTH;
  /src/usr.sbin/btconfig/
btconfig.c 444 sa.bt_family = AF_BLUETOOTH;
1091 hp = bt_gethostbyaddr((const char *)&r->bdaddr, sizeof(bdaddr_t), AF_BLUETOOTH);

Completed in 25 milliseconds

1 2