Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_quic_connection_handler.cc61 int QUICConnectionHandler::handle_packet(const UpstreamAddr *faddr, in handle_packet() function in shrpx::QUICConnectionHandler
730 int CloseWait::handle_packet(const UpstreamAddr *faddr, in handle_packet() function in shrpx::CloseWait
/third_party/ffmpeg/libavformat/
Dmpegts.c3317 static int handle_packet(MpegTSContext *ts, const uint8_t *packet, int64_t pos) in handle_packet() function