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

/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp447 UdpEndpoint *otherEndpoint = it.Next(); local
449 TRACE_DOMAIN(" ...checking endpoint %p (port=%u)...", otherEndpoint,
450 ntohs(otherEndpoint->LocalAddress().Port()));
452 if (otherEndpoint->LocalAddress().EqualPorts(address)) {
454 if ((otherEndpoint->Socket()->options
460 if (otherEndpoint->LocalAddress().EqualTo(address, false)
461 && ((otherEndpoint->Socket()->options & SO_REUSEPORT) == 0

Completed in 42 milliseconds