/freebsd/contrib/netbsd-tests/lib/libbluetooth/ |
H A D | t_bluetooth.c | 49 ATF_CHECK_EQ(bt_aton("0a:0b:0c:0d:0e", &bdaddr), 0); in ATF_TC_BODY() 50 ATF_CHECK_EQ(bt_aton("0a:0b:0c:0d0:0e:0f", &bdaddr), 0); in ATF_TC_BODY() 51 ATF_CHECK_EQ(bt_aton("0a:0b:0c:0d:0e:0f:00", &bdaddr), 0); in ATF_TC_BODY() 52 ATF_CHECK_EQ(bt_aton("0a:0b:0c:0d:0e:0f\n", &bdaddr), 0); in ATF_TC_BODY() 53 ATF_CHECK_EQ(bt_aton(" 0a:0b:0c:0d:0e:0f", &bdaddr), 0); in ATF_TC_BODY() 54 ATF_CHECK_EQ(bt_aton("0a:0b:0x:0d:0e:0f", &bdaddr), 0); in ATF_TC_BODY() 56 ATF_REQUIRE(bt_aton("0a:0b:0c:0d:0e:0f", &bdaddr)); in ATF_TC_BODY()
|
/freebsd/usr.sbin/bluetooth/l2ping/ |
H A D | l2ping.c | 97 if (!bt_aton(optarg, &dst)) { in main() 126 if (!bt_aton(optarg, &src)) { in main()
|
/freebsd/lib/libbluetooth/ |
H A D | bluetooth.h | 65 #define str2ba(str, ba) (bt_aton((str), (ba)) == 1? 0 : -1) 88 int bt_aton (char const *str, bdaddr_t *ba);
|
H A D | bluetooth.c | 125 if (bt_aton(p, &host_addr) == 0) in bt_gethostent() 289 bt_aton(char const *str, bdaddr_t *ba) in bt_aton() function
|
H A D | Makefile | 31 MLINKS+= bluetooth.3 bt_aton.3
|
H A D | hci.c | 69 if (bt_aton(devname, &ba)) { in bt_devopen()
|
/freebsd/usr.bin/bluetooth/bthost/ |
H A D | bthost.c | 82 if (bt_aton(arg, &ba) == 1) { in hostmode()
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | lexer.l | 103 return (bt_aton(yytext, &yylval.bdaddr)?
|
H A D | bthidd.c | 82 if (!bt_aton(optarg, &srv.bdaddr)) { in main()
|
H A D | parser.y | 514 if (!bt_aton(line, &bdaddr)) { in read_hids_file()
|
/freebsd/usr.sbin/bluetooth/hcsecd/ |
H A D | parser.y | 112 if (!bt_aton($2, &key->bdaddr)) { 318 if (!bt_aton(p, &bdaddr)) in read_keys_file()
|
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | bthidcontrol.c | 72 if (!bt_aton(optarg, &bdaddr)) { in main()
|
/freebsd/usr.sbin/bluetooth/sdpcontrol/ |
H A D | sdpcontrol.c | 68 if (!bt_aton(optarg, &bdaddr)) { in main()
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | le.c | 478 if (!bt_aton(optarg, &cp.direct_address)) { in le_set_advertising_param() 849 if (!bt_aton(optarg, &cp.address)) { in le_add_device_to_white_list() 908 if (!bt_aton(optarg, &cp.address)) { in le_remove_device_from_white_list() 997 if (!bt_aton(optarg, &cp.peer_addr)) { in le_connect()
|
H A D | link_policy.c | 97 if (!bt_aton(argv[0], &cp.bdaddr)) { in hci_switch_role()
|
H A D | link_control.c | 235 if (!bt_aton(argv[0], &cp.bdaddr)) { in hci_create_connection() 554 if (!bt_aton(argv[0], &cp.bdaddr)) { in hci_remote_name_request()
|
H A D | host_controller_baseband.c | 204 if (!bt_aton(argv[0], &cmd.cp.bdaddr)) { in hci_read_stored_link_key() 310 if (!bt_aton(argv[0], &cp.bdaddr)) { in hci_write_stored_link_key() 361 if (!bt_aton(argv[0], &cp.bdaddr)) { in hci_delete_stored_link_key()
|
/freebsd/usr.sbin/bluetooth/l2control/ |
H A D | l2control.c | 67 if (!bt_aton(optarg, &bdaddr)) { in main()
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | btpand.c | 84 if (!bt_aton(optarg, &remote_bdaddr)) { in main()
|
/freebsd/usr.sbin/bluetooth/rfcomm_pppd/ |
H A D | rfcomm_pppd.c | 84 if (!bt_aton(optarg, &addr)) { in main()
|
/freebsd/usr.bin/bluetooth/rfcomm_sppd/ |
H A D | rfcomm_sppd.c | 96 if (!bt_aton(optarg, &addr)) { in main()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 265 OLD_FILES+=usr/share/man/man3/bt_aton.3.gz
|