Home
last modified time | relevance | path

Searched defs:tag_reflected (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/net/dcsctp/packet/chunk/
Dshutdown_complete_chunk.h37 explicit ShutdownCompleteChunk(bool tag_reflected) in ShutdownCompleteChunk()
45 bool tag_reflected() const { return tag_reflected_; } in tag_reflected() function
Dshutdown_complete_chunk.cc41 bool tag_reflected = (flags & (1 << kFlagsBitT)) != 0; in Parse() local