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

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp315 // TODO: Should FLAG_NO_RECEIVE apply as well to received connections?
318 FLAG_NO_RECEIVE = 0x04, enumerator in enum:__anon4
793 fFlags |= FLAG_NO_RECEIVE;
1001 if ((fFlags & FLAG_NO_RECEIVE) != 0)
1350 // TODO: Refer to the FLAG_NO_RECEIVE comment above regarding
1351 // the application of FLAG_NO_RECEIVE in listen()ing
1460 if ((fFlags & FLAG_NO_RECEIVE) != 0)
1615 && (fFlags & FLAG_NO_RECEIVE) == 0) {
1830 if ((fFlags & FLAG_NO_RECEIVE) != 0)

Completed in 66 milliseconds