| /freebsd-9-stable/lib/libbluetooth/ |
| D | bluetooth.h | 58 #define bacmp(ba1, ba2) memcmp((ba1), (ba2), sizeof(bdaddr_t)) 59 #define bacpy(dst, src) memcpy((dst), (src), sizeof(bdaddr_t)) 83 char const * bt_ntoa (bdaddr_t const *ba, char *str); 84 int bt_aton (char const *str, bdaddr_t *ba); 87 int bt_devaddr (char const *devname, bdaddr_t *addr); 88 int bt_devname (char *devname, bdaddr_t const *addr); 104 bdaddr_t bdaddr; 154 bdaddr_t bdaddr; 188 bdaddr_same(const bdaddr_t *a, const bdaddr_t *b) in bdaddr_same() 196 bdaddr_any(const bdaddr_t *a) in bdaddr_any() [all …]
|
| D | dev.c | 40 bdaddr_t const *bdaddr; 46 bt_devaddr(char const *devname, bdaddr_t *addr) in bt_devaddr() 62 bt_devname(char *devname, bdaddr_t const *addr) in bt_devname()
|
| D | bluetooth.c | 46 static bdaddr_t host_addr; 85 if (type != AF_BLUETOOTH || len != sizeof(bdaddr_t)) { in bt_gethostbyaddr() 274 bt_ntoa(bdaddr_t const *ba, char *str) in bt_ntoa() 288 bt_aton(char const *str, bdaddr_t *ba) in bt_aton()
|
| /freebsd-9-stable/sys/netgraph/bluetooth/include/ |
| D | ng_hci.h | 376 } __attribute__ ((packed)) bdaddr_t; typedef 377 typedef bdaddr_t * bdaddr_p; 397 bdaddr_t bdaddr; /* remote unit address */ 418 bdaddr_t bdaddr; /* remote unit address */ 426 bdaddr_t bdaddr; /* remote unit address */ 434 bdaddr_t bdaddr; /* remote unit address */ 553 bdaddr_t bdaddr; /* bdaddr */ 575 bdaddr_t bdaddr; /* remote bdaddr */ 586 bdaddr_t bdaddr; /* bdaddr */ 646 bdaddr_t bdaddr; /* destination address */ [all …]
|
| D | ng_l2cap.h | 342 bdaddr_t bdaddr; /* remote unit address */ 356 bdaddr_t bdaddr; /* remote unit address */ 368 bdaddr_t bdaddr; /* remote unit address */ 429 bdaddr_t bdaddr; /* remote unit address */ 493 bdaddr_t bdaddr; /* remote unit address */ 529 bdaddr_t bdaddr; /* remote unit address */ 537 bdaddr_t bdaddr; /* remote unit address */ 546 bdaddr_t bdaddr; /* remote unit address */ 633 bdaddr_t remote; /* remote bdaddr */ 654 bdaddr_t remote; /* remote bdaddr */
|
| D | ng_btsocket_l2cap.h | 45 bdaddr_t src; /* source BD_ADDR */ 71 bdaddr_t src; /* source address */ 72 bdaddr_t dst; /* dest address */ 130 bdaddr_t src; /* Source address */ 131 bdaddr_t dst; /* Destination address */
|
| D | ng_btsocket_sco.h | 45 bdaddr_t src; /* source BD_ADDR */ 71 bdaddr_t src; /* Source address */ 72 bdaddr_t dst; /* Destination address */
|
| D | ng_btsocket.h | 112 bdaddr_t bdaddr; 210 bdaddr_t sco_bdaddr; /* address */ 228 bdaddr_t l2cap_bdaddr; /* address */ 322 bdaddr_t rfcomm_bdaddr; /* address */
|
| /freebsd-9-stable/usr.sbin/bluetooth/sdpd/ |
| D | provider.h | 46 bdaddr_t bdaddr; /* provider's BDADDR */ 55 (memcmp(b, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0 || \ 56 memcmp(&(p)->bdaddr, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0 || \ 57 memcmp(&(p)->bdaddr, b, sizeof(bdaddr_t)) == 0)
|
| /freebsd-9-stable/usr.sbin/bluetooth/btpand/ |
| D | btpand.c | 55 bdaddr_t local_bdaddr; /* -d <addr> */ 56 bdaddr_t remote_bdaddr; /* -a <addr> */ 94 (bdaddr_t *)he->h_addr); in main() 112 (bdaddr_t *)he->h_addr); in main()
|
| D | btpand.h | 157 extern bdaddr_t local_bdaddr; 158 extern bdaddr_t remote_bdaddr; 169 b2eaddr(void *dst, bdaddr_t *src) in b2eaddr()
|
| /freebsd-9-stable/usr.bin/bluetooth/bthost/ |
| D | bthost.c | 76 bdaddr_t ba; in hostmode() 96 bt_ntoa((bdaddr_t *)(he->h_addr), bastr)); in hostmode() 102 bt_ntoa((bdaddr_t *)(he->h_addr), bastr)); in hostmode()
|
| /freebsd-9-stable/usr.sbin/bluetooth/bthidcontrol/ |
| D | bthidcontrol.c | 50 int32_t hid_sdp_query(bdaddr_t const *local, bdaddr_t const *remote, int32_t *error); 61 bdaddr_t bdaddr; in main()
|
| D | hid.c | 48 hid_dump(bdaddr_t *bdaddr, int argc, char **argv) in hid_dump() 66 hid_forget(bdaddr_t *bdaddr, int argc, char **argv) in hid_forget() 87 hid_known(bdaddr_t *bdaddr, int argc, char **argv) in hid_known()
|
| D | sdp.c | 44 static int32_t hid_sdp_query (bdaddr_t const *local, struct hid_device *hd, int32_t *error); 88 hid_sdp_query(bdaddr_t const *local, struct hid_device *hd, int32_t *error) in hid_sdp_query() 405 hid_query(bdaddr_t *bdaddr, int argc, char **argv) in hid_query()
|
| D | bthidcontrol.h | 43 int (*handler)(bdaddr_t *, int, char **);
|
| /freebsd-9-stable/usr.sbin/bluetooth/bthidd/ |
| D | bthidd.h | 44 bdaddr_t bdaddr; /* local bdaddr */ 63 bdaddr_t bdaddr;/* remote bdaddr */
|
| D | parser.y | 83 bdaddr_t bdaddr; 279 if (memcmp(&d->bdaddr, bdaddr, sizeof(bdaddr_t)) == 0) in get_hid_device() 403 bdaddr_t bdaddr; in read_hids_file()
|
| /freebsd-9-stable/sys/netgraph/bluetooth/hci/ |
| D | ng_hci_var.h | 132 bdaddr_t bdaddr; /* unit address */ 180 bdaddr_t bdaddr; /* remote address */ 205 bdaddr_t bdaddr; /* address */
|
| /freebsd-9-stable/usr.bin/bluetooth/rfcomm_sppd/ |
| D | rfcomm_sppd.c | 57 int rfcomm_channel_lookup (bdaddr_t const *local, 58 bdaddr_t const *remote, 75 bdaddr_t addr; in main() 193 bdaddr_t bt_addr_any; in main()
|
| D | rfcomm_sdp.c | 62 rfcomm_channel_lookup(bdaddr_t const *local, bdaddr_t const *remote, in rfcomm_channel_lookup()
|
| /freebsd-9-stable/sys/netgraph/bluetooth/l2cap/ |
| D | ng_l2cap_var.h | 87 bdaddr_t bdaddr; /* unit BDADDR */ 114 bdaddr_t remote; /* remote unit address */
|
| /freebsd-9-stable/usr.sbin/bluetooth/rfcomm_pppd/ |
| D | rfcomm_pppd.c | 50 int rfcomm_channel_lookup (bdaddr_t const *local, 51 bdaddr_t const *remote, 66 bdaddr_t addr; in main()
|
| /freebsd-9-stable/lib/libsdp/ |
| D | session.c | 42 sdp_open(bdaddr_t const *l, bdaddr_t const *r) in sdp_open()
|
| /freebsd-9-stable/usr.sbin/bluetooth/hcsecd/ |
| D | hcsecd.h | 42 bdaddr_t bdaddr; /* remote device BDADDR */
|