Searched refs:hci_node (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c219 "remote bdaddr %s", addr->hci_node,
246 "remote bdaddr %s", addr->hci_node,
292 addr->hci_node, bt_ntoa(bdaddr, NULL));
305 addr->hci_node, bt_ntoa(bdaddr, NULL));
316 addr->hci_node, bt_ntoa(bdaddr, NULL),
350 addr->hci_node, bt_ntoa(bdaddr, NULL));
363 addr->hci_node, bt_ntoa(bdaddr, NULL));
374 addr->hci_node, bt_ntoa(bdaddr, NULL),
390 "remote bdaddr %s", addr->hci_node,
/freebsd-12-stable/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c129 strncpy(addr.hci_node, node, sizeof(addr.hci_node));
303 strncpy(addr.hci_node, node, sizeof(addr.hci_node));
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c326 strlcpy(sa->hci_node, NG_PEER_NODE_NAME(hook),
327 sizeof(sa->hci_node));
509 if (pcb->addr.hci_node[0] != 0 &&
510 strcmp(sa->hci_node, pcb->addr.hci_node) != 0)
660 if (strcmp(sa->hci_node, NG_PEER_NODE_NAME(hook)) == 0) {
975 if (sa->hci_node[0] == 0)
1007 if (sa->hci_node[0] == 0)
1045 if (pcb->addr.hci_node[0] == 0) {
1056 snprintf(path, sizeof(path), "%s:", pcb->addr.hci_node);
[all...]
/freebsd-12-stable/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c251 if (pcb.addr.hci_node[0] == 0) {
252 pcb.addr.hci_node[0] = '*';
253 pcb.addr.hci_node[1] = 0;
263 pcb.addr.hci_node);
/freebsd-12-stable/lib/libbluetooth/
H A Dhci.c72 if (!bt_devname(ha.hci_node, &ba))
74 } else if (bt_dev2node(devname, ha.hci_node,
75 sizeof(ha.hci_node)) == NULL) {
631 strlcpy(di->devname, ha.hci_node, sizeof(di->devname));
711 ha.hci_node[0] = 'x';
739 strlcpy(ha.hci_node, rp.names[i].name, sizeof(ha.hci_node));
/freebsd-12-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h55 char hci_node[32]; /* address (size == NG_NODESIZ ) */ member in struct:sockaddr_hci

Completed in 120 milliseconds