Searched refs:flags (Results 1 – 17 of 17) sorted by relevance
| /webrtc/sctp/src/chunk/ |
| H A D | chunk_payload_data.rs | 155 let mut flags: u8 = 0; in header() localVariable 157 flags = 1; in header() 160 flags |= 1 << 1; in header() 163 flags |= 1 << 2; in header() 166 flags |= 1 << 3; in header() 171 flags, in header() 183 let immediate_sack = (header.flags & PAYLOAD_DATA_IMMEDIATE_SACK) != 0; in unmarshal() 184 let unordered = (header.flags & PAYLOAD_DATA_UNORDERED_BITMASK) != 0; in unmarshal() 185 let beginning_fragment = (header.flags & PAYLOAD_DATA_BEGINING_FRAGMENT_BITMASK) != 0; in unmarshal() 186 let ending_fragment = (header.flags & PAYLOAD_DATA_ENDING_FRAGMENT_BITMASK) != 0; in unmarshal()
|
| H A D | chunk_header.rs | 24 pub(crate) flags: u8, field 50 let flags = reader.get_u8(); in unmarshal() localVariable 86 flags, in unmarshal() 93 writer.put_u8(self.flags); in marshal_to()
|
| H A D | chunk_forward_tsn.rs | 54 flags: 0, in header() 144 flags: 0, in header()
|
| H A D | chunk_cookie_ack.rs | 27 flags: 0, in header()
|
| H A D | chunk_shutdown_complete.rs | 27 flags: 0, in header()
|
| H A D | chunk_shutdown_ack.rs | 27 flags: 0, in header()
|
| H A D | chunk_init.rs | 123 flags: 0, in header() 157 if header.flags != 0 { in unmarshal()
|
| H A D | chunk_cookie_echo.rs | 32 flags: 0, in header()
|
| H A D | chunk_shutdown.rs | 33 flags: 0, in header()
|
| H A D | chunk_error.rs | 50 flags: 0, in header()
|
| H A D | chunk_heartbeat.rs | 49 flags: 0, in header()
|
| H A D | chunk_abort.rs | 48 flags: 0, in header()
|
| H A D | chunk_heartbeat_ack.rs | 51 flags: 0, in header()
|
| H A D | chunk_reconfig.rs | 57 flags: 0, in header()
|
| H A D | chunk_selective_ack.rs | 81 flags: 0, in header()
|
| /webrtc/util/src/vnet/ |
| H A D | chunk.rs | 248 flags: TcpFlag, // control bits field 260 self.flags, in fmt() 311 flags: self.flags, in clone_to() 336 pub(crate) fn new(src_addr: SocketAddr, dst_addr: SocketAddr, flags: TcpFlag) -> Self { in new() 346 flags, in new()
|
| /webrtc/util/src/ifaces/ffi/windows/ |
| H A D | mod.rs | 37 flags: ULONG, in GetAdaptersAddresses() 72 pub flags: DWORD, field 111 flags: DWORD, field 126 flags: DWORD, field 134 flags: DWORD, field 150 flags: DWORD, field
|