OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SctpSidAllocator
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/app/webrtc/
datachannel.cc
47
bool
SctpSidAllocator
::AllocateSid(rtc::SSLRole role, int* sid) {
61
bool
SctpSidAllocator
::ReserveSid(int sid) {
69
void
SctpSidAllocator
::ReleaseSid(int sid) {
76
bool
SctpSidAllocator
::IsSidAvailable(int sid) const {
datachannel.h
88
class
SctpSidAllocator
{
datachannel_unittest.cc
34
using webrtc::
SctpSidAllocator
;
513
SctpSidAllocator
allocator_;
peerconnection.h
373
SctpSidAllocator
sid_allocator_;
Completed in 39 milliseconds