Searched refs:NotifyPacket (Results 1 – 4 of 4) sorted by relevance
45 env->ptcp.NotifyPacket(reinterpret_cast<const char*>(data), size); in FuzzOneInput()
84 bool NotifyPacket(const char* buffer, size_t len);
185 other->NotifyPacket(packet.c_str(), packet.size()); in TcpWritePacket()
356 bool PseudoTcp::NotifyPacket(const char* buffer, size_t len) { in NotifyPacket() function in cricket::PseudoTcp