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

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp1479 return DROP;
1489 return DROP;
1493 return DROP;
1504 return DROP;
1522 return DROP;
1524 return DROP | RESET;
1526 return DROP;
1534 return DROP;
1551 return DROP | RESET;
1555 return DROP;
[all...]
H A Dtcp.cpp730 int32 segmentAction = DROP;
745 segmentAction = DROP | RESET;
751 if ((segmentAction & DROP) != 0)
H A Dtcp.h283 DROP = (1 << 0), enumerator in enum:tcp_segment_action

Completed in 49 milliseconds