Home
last modified time | relevance | path

Searched refs:NotifyPacket (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/test/fuzzers/
Dpseudotcp_parser_fuzzer.cc45 env->ptcp.NotifyPacket(reinterpret_cast<const char*>(data), size); in FuzzOneInput()
/external/webrtc/p2p/base/
Dpseudo_tcp.h84 bool NotifyPacket(const char* buffer, size_t len);
Dpseudo_tcp_unittest.cc185 other->NotifyPacket(packet.c_str(), packet.size()); in TcpWritePacket()
Dpseudo_tcp.cc356 bool PseudoTcp::NotifyPacket(const char* buffer, size_t len) { in NotifyPacket() function in cricket::PseudoTcp