Searched refs:fChannelID (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp59 fChannelID(L2CAP_NULL_CID),
166 fDestinationChannelID, fChannelID);
328 address->l2cap_psm, fChannelID);
587 send_l2cap_connection_rsp(connection, ident, endpoint->fChannelID, scid,
607 if (fChannelID != response.scid) {
609 fChannelID, response.scid);
682 fChannelID, fState);
683 send_l2cap_configuration_rsp(fConnection, ident, fChannelID, 0,
703 send_l2cap_configuration_rsp(fConnection, ident, fChannelID, 0,
731 fChannelID, fStat
[all...]
H A DL2capEndpoint.h41 uint16 ChannelID() const { return fChannelID; }
100 uint16 fChannelID, fDestinationChannelID; member in class:L2capEndpoint
H A DL2capEndpointManager.cpp91 endpoint->fChannelID = cid;
107 endpoint->fChannelID = 0;
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAPrivate.h69 uint32 ChannelID() const { return fChannelID; }
150 uint32 fChannelID; member in class:ATAChannel
H A DATAChannel.cpp16 fChannelID(0),
30 gDeviceManager->get_attr_uint32(node, ATA_CHANNEL_ID_ITEM, &fChannelID,
32 snprintf(fDebugContext, sizeof(fDebugContext), " %" B_PRIu32, fChannelID);

Completed in 45 milliseconds