Lines Matching refs:fFlags

103 		fFlags(segment.flags)
113 fBufferSize, fFlags, fSequence, fAcknowledge, fWindow);
124 uint8 fFlags;
140 fFlags(segment.flags)
150 name_for_state(fState), fBuffer, fBufferSize, fFlags, fSequence,
163 uint8 fFlags;
311 // constants for the fFlags field
455 fFlags(FLAG_OPTION_WINDOW_SCALE | FLAG_OPTION_TIMESTAMP | FLAG_OPTION_SACK_PERMITTED)
593 fFlags |= FLAG_CLOSED;
594 if ((fFlags & FLAG_DELETE_ON_CLOSE) == 0) {
793 fFlags |= FLAG_NO_RECEIVE;
1001 if ((fFlags & FLAG_NO_RECEIVE) != 0)
1132 return (fFlags & FLAG_LOCAL) != 0;
1269 fFlags |= FLAG_DELETE_ON_CLOSE;
1313 fFlags |= FLAG_RECOVERY;
1337 if (fFlags & FLAG_OPTION_TIMESTAMP) {
1428 fFlags |= FLAG_OPTION_WINDOW_SCALE;
1431 fFlags &= ~FLAG_OPTION_WINDOW_SCALE;
1436 fFlags |= FLAG_OPTION_TIMESTAMP;
1439 fFlags &= ~FLAG_OPTION_TIMESTAMP;
1442 fFlags &= ~FLAG_OPTION_SACK_PERMITTED;
1460 if ((fFlags & FLAG_NO_RECEIVE) != 0)
1583 if ((fFlags & FLAG_OPTION_TIMESTAMP) != 0 && (segment.flags & TCP_FLAG_RESET) == 0) {
1615 && (fFlags & FLAG_NO_RECEIVE) == 0) {
1771 fFlags &= ~FLAG_RECOVERY;
1830 if ((fFlags & FLAG_NO_RECEIVE) != 0)
1937 if ((fFlags & (FLAG_CLOSED | FLAG_DELETE_ON_CLOSE))
1989 if ((fFlags & FLAG_OPTION_TIMESTAMP) != 0) {
1999 if (fFlags & FLAG_OPTION_WINDOW_SCALE) {
2003 if ((fFlags & FLAG_OPTION_SACK_PERMITTED) != 0)
2008 && (fFlags & FLAG_OPTION_SACK_PERMITTED) != 0) {
2011 - ((fFlags & FLAG_OPTION_TIMESTAMP) != 0) ? 1 : 0;
2308 fFlags |= FLAG_LOCAL;
2382 if ((fFlags & FLAG_RECOVERY) != 0) {
2397 if (fFlags & FLAG_OPTION_TIMESTAMP) {
2450 if ((fFlags & FLAG_RECOVERY) != 0)
2451 fFlags &= ~FLAG_RECOVERY;
2556 if ((endpoint->fFlags & FLAG_CLOSED) == 0) {
2557 endpoint->fFlags |= FLAG_DELETE_ON_CLOSE;
2590 kprintf(" flags: 0x%" B_PRIx32 "\n", fFlags);