bdaddr_t           84 include/net/bluetooth/bluetooth.h #define BDADDR_ANY   (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}})
bdaddr_t           85 include/net/bluetooth/bluetooth.h #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}})
bdaddr_t           88 include/net/bluetooth/bluetooth.h static inline int bacmp(bdaddr_t *ba1, bdaddr_t *ba2)
bdaddr_t           90 include/net/bluetooth/bluetooth.h 	return memcmp(ba1, ba2, sizeof(bdaddr_t));
bdaddr_t           92 include/net/bluetooth/bluetooth.h static inline void bacpy(bdaddr_t *dst, bdaddr_t *src)
bdaddr_t           94 include/net/bluetooth/bluetooth.h 	memcpy(dst, src, sizeof(bdaddr_t));
bdaddr_t           97 include/net/bluetooth/bluetooth.h void baswap(bdaddr_t *dst, bdaddr_t *src);
bdaddr_t           98 include/net/bluetooth/bluetooth.h char *batostr(bdaddr_t *ba);
bdaddr_t           99 include/net/bluetooth/bluetooth.h bdaddr_t *strtoba(char *str);
bdaddr_t          107 include/net/bluetooth/bluetooth.h 	bdaddr_t    src;
bdaddr_t          108 include/net/bluetooth/bluetooth.h 	bdaddr_t    dst;
bdaddr_t          225 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          247 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          252 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          258 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          264 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          270 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          275 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          282 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          309 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          317 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          349 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          360 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          390 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          577 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          585 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          597 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          604 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          625 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          688 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          708 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          713 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          718 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          739 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          745 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          753 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          775 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          806 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          817 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          823 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          828 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          959 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t          980 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t         1004 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t         1010 include/net/bluetooth/hci.h 	bdaddr_t bdaddr;
bdaddr_t           36 include/net/bluetooth/hci_core.h 	bdaddr_t	bdaddr;
bdaddr_t           74 include/net/bluetooth/hci_core.h 	bdaddr_t	bdaddr;
bdaddr_t          157 include/net/bluetooth/hci_core.h 	bdaddr_t	 dst;
bdaddr_t          233 include/net/bluetooth/hci_core.h struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev, bdaddr_t *bdaddr);
bdaddr_t          289 include/net/bluetooth/hci_core.h 					__u8 type, bdaddr_t *ba)
bdaddr_t          323 include/net/bluetooth/hci_core.h struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst);
bdaddr_t          328 include/net/bluetooth/hci_core.h struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8 auth_type);
bdaddr_t          410 include/net/bluetooth/hci_core.h struct hci_dev *hci_get_route(bdaddr_t *src, bdaddr_t *dst);
bdaddr_t          479 include/net/bluetooth/hci_core.h 	int (*connect_ind) 	(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 type);
bdaddr_t          488 include/net/bluetooth/hci_core.h static inline int hci_proto_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 type)
bdaddr_t           39 include/net/bluetooth/l2cap.h 	bdaddr_t	l2_bdaddr;
bdaddr_t          203 include/net/bluetooth/l2cap.h 	bdaddr_t	*dst;
bdaddr_t          204 include/net/bluetooth/l2cap.h 	bdaddr_t	*src;
bdaddr_t          237 include/net/bluetooth/rfcomm.h int  rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel);
bdaddr_t          273 include/net/bluetooth/rfcomm.h void   rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, bdaddr_t *dst);
bdaddr_t          283 include/net/bluetooth/rfcomm.h 	bdaddr_t	rc_bdaddr;
bdaddr_t          333 include/net/bluetooth/rfcomm.h 	bdaddr_t src;
bdaddr_t          334 include/net/bluetooth/rfcomm.h 	bdaddr_t dst;
bdaddr_t          343 include/net/bluetooth/rfcomm.h 	bdaddr_t src;
bdaddr_t          344 include/net/bluetooth/rfcomm.h 	bdaddr_t dst;
bdaddr_t           39 include/net/bluetooth/sco.h 	bdaddr_t	sco_bdaddr;
bdaddr_t           58 include/net/bluetooth/sco.h 	bdaddr_t 	*dst;
bdaddr_t           59 include/net/bluetooth/sco.h 	bdaddr_t 	*src;
bdaddr_t          526 net/bluetooth/bnep/core.c 	bdaddr_t *src = &bt_sk(session->sock->sk)->src;
bdaddr_t          527 net/bluetooth/bnep/core.c 	bdaddr_t *dst = &bt_sk(session->sock->sk)->dst;
bdaddr_t           45 net/bluetooth/cmtp/cmtp.h 	bdaddr_t bdaddr;
bdaddr_t           50 net/bluetooth/cmtp/cmtp.h 	bdaddr_t bdaddr;
bdaddr_t           75 net/bluetooth/cmtp/cmtp.h 	bdaddr_t bdaddr;
bdaddr_t           57 net/bluetooth/cmtp/core.c static struct cmtp_session *__cmtp_get_session(bdaddr_t *bdaddr)
bdaddr_t          330 net/bluetooth/cmtp/core.c 	bdaddr_t src, dst;
bdaddr_t          200 net/bluetooth/hci_conn.c struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst)
bdaddr_t          291 net/bluetooth/hci_conn.c struct hci_dev *hci_get_route(bdaddr_t *dst, bdaddr_t *src)
bdaddr_t          333 net/bluetooth/hci_conn.c struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8 auth_type)
bdaddr_t          338 net/bluetooth/hci_core.c struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev, bdaddr_t *bdaddr)
bdaddr_t           43 net/bluetooth/hci_sysfs.c 	bdaddr_t bdaddr;
bdaddr_t          221 net/bluetooth/hci_sysfs.c 	bdaddr_t bdaddr;
bdaddr_t          266 net/bluetooth/hci_sysfs.c 		bdaddr_t bdaddr;
bdaddr_t           81 net/bluetooth/hidp/core.c static struct hidp_session *__hidp_get_session(bdaddr_t *bdaddr)
bdaddr_t          607 net/bluetooth/hidp/core.c 	bdaddr_t *src = &bt_sk(session->ctrl_sock->sk)->src;
bdaddr_t          608 net/bluetooth/hidp/core.c 	bdaddr_t *dst = &bt_sk(session->ctrl_sock->sk)->dst;
bdaddr_t          755 net/bluetooth/hidp/core.c 	bdaddr_t src, dst;
bdaddr_t          101 net/bluetooth/hidp/hidp.h 	bdaddr_t bdaddr;
bdaddr_t          106 net/bluetooth/hidp/hidp.h 	bdaddr_t bdaddr;
bdaddr_t          132 net/bluetooth/hidp/hidp.h 	bdaddr_t bdaddr;
bdaddr_t          518 net/bluetooth/l2cap.c static struct sock *__l2cap_get_sock_by_addr(__le16 psm, bdaddr_t *src)
bdaddr_t          533 net/bluetooth/l2cap.c static struct sock *__l2cap_get_sock_by_psm(int state, __le16 psm, bdaddr_t *src)
bdaddr_t          557 net/bluetooth/l2cap.c static inline struct sock *l2cap_get_sock_by_psm(int state, __le16 psm, bdaddr_t *src)
bdaddr_t          776 net/bluetooth/l2cap.c 	bdaddr_t *src = &bt_sk(sk)->src;
bdaddr_t          777 net/bluetooth/l2cap.c 	bdaddr_t *dst = &bt_sk(sk)->dst;
bdaddr_t          912 net/bluetooth/l2cap.c 		bdaddr_t *src = &bt_sk(sk)->src;
bdaddr_t         2133 net/bluetooth/l2cap.c static int l2cap_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type)
bdaddr_t           36 net/bluetooth/lib.c void baswap(bdaddr_t *dst, bdaddr_t *src)
bdaddr_t           47 net/bluetooth/lib.c char *batostr(bdaddr_t *ba)
bdaddr_t           83 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src, bdaddr_t *dst, int *err);
bdaddr_t           84 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst);
bdaddr_t          353 net/bluetooth/rfcomm/core.c static int __rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel)
bdaddr_t          407 net/bluetooth/rfcomm/core.c int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel)
bdaddr_t          591 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst)
bdaddr_t          628 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src, bdaddr_t *dst, int *err)
bdaddr_t          677 net/bluetooth/rfcomm/core.c void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, bdaddr_t *dst)
bdaddr_t         1867 net/bluetooth/rfcomm/core.c static int rfcomm_add_listener(bdaddr_t *ba)
bdaddr_t          125 net/bluetooth/rfcomm/sock.c static struct sock *__rfcomm_get_sock_by_addr(u8 channel, bdaddr_t *src)
bdaddr_t          142 net/bluetooth/rfcomm/sock.c static struct sock *__rfcomm_get_sock_by_channel(int state, u8 channel, bdaddr_t *src)
bdaddr_t          166 net/bluetooth/rfcomm/sock.c static inline struct sock *rfcomm_get_sock_by_channel(int state, u8 channel, bdaddr_t *src)
bdaddr_t          446 net/bluetooth/rfcomm/sock.c 		bdaddr_t *src = &bt_sk(sk)->src;
bdaddr_t          860 net/bluetooth/rfcomm/sock.c 	bdaddr_t src, dst;
bdaddr_t           64 net/bluetooth/rfcomm/tty.c 	bdaddr_t		src;
bdaddr_t           65 net/bluetooth/rfcomm/tty.c 	bdaddr_t		dst;
bdaddr_t          191 net/bluetooth/rfcomm/tty.c 	bdaddr_t bdaddr;
bdaddr_t          182 net/bluetooth/sco.c 	bdaddr_t *src = &bt_sk(sk)->src;
bdaddr_t          183 net/bluetooth/sco.c 	bdaddr_t *dst = &bt_sk(sk)->dst;
bdaddr_t          286 net/bluetooth/sco.c static struct sock *__sco_get_sock_by_addr(bdaddr_t *ba)
bdaddr_t          302 net/bluetooth/sco.c static struct sock *sco_get_sock_listen(bdaddr_t *src)
bdaddr_t          468 net/bluetooth/sco.c 	bdaddr_t *src = &sa->sco_bdaddr;
bdaddr_t          838 net/bluetooth/sco.c static int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 type)