Searched refs:fDestinationChannelID (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp60 fDestinationChannelID(L2CAP_NULL_CID)
166 fDestinationChannelID, fChannelID);
485 header->dcid = B_HOST_TO_LENDIAN_INT16(fDestinationChannelID);
585 endpoint->fDestinationChannelID = scid;
632 fDestinationChannelID = response.dcid;
662 fDestinationChannelID, 0, flush_timeout, mtu, flow);
814 if (scid != fDestinationChannelID) {
851 if (dcid != fDestinationChannelID && scid != fChannelID) {
H A DL2capEndpoint.h100 uint16 fChannelID, fDestinationChannelID; member in class:L2capEndpoint

Completed in 34 milliseconds