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

/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixDatagramEndpoint.cpp27 fTargetEndpoint(NULL),
108 ASSERT(fTargetEndpoint == NULL);
179 if (targetEndpoint->fTargetEndpoint != NULL && targetEndpoint->fTargetEndpoint != this)
189 fTargetEndpoint = targetEndpoint;
190 fTargetEndpoint->AcquireReference();
193 PeerAddress().SetTo(&fTargetEndpoint->socket->address);
238 if (fTargetEndpoint == NULL)
241 targetEndpointReference.SetTo(fTargetEndpoint);
256 if (targetEndpoint->fTargetEndpoint !
[all...]
H A DUnixDatagramEndpoint.h65 UnixDatagramEndpoint* fTargetEndpoint; member in class:UnixDatagramEndpoint

Completed in 79 milliseconds