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

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_address.cpp35 (*to)->sa_family = AF_BLUETOOTH;
40 if (from->sa_family != AF_BLUETOOTH)
73 return address->sa_family == AF_BLUETOOTH;
212 if (from->sa_family != AF_BLUETOOTH)
238 if (from->l2cap_family != AF_BLUETOOTH)
241 address->l2cap_family = AF_BLUETOOTH;
262 address->sa_family = AF_BLUETOOTH;
H A Dl2cap.cpp343 error = gStackModule->register_domain_protocols(AF_BLUETOOTH,
349 error = gStackModule->register_domain(AF_BLUETOOTH, "l2cap",
/haiku/headers/posix/sys/
H A Dsocket.h30 #define AF_BLUETOOTH 10 macro
41 #define PF_BLUETOOTH AF_BLUETOOTH
/haiku/src/bin/debug/strace/
H A Dnetwork.cpp56 ENUM_INFO_ENTRY(AF_BLUETOOTH),
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp86 destination->l2cap_family = AF_BLUETOOTH;
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp480 loc_addr.l2cap_family = AF_BLUETOOTH;

Completed in 55 milliseconds