Home
last modified time | relevance | path

Searched defs:send_packet (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpenc_vc2hq.c36 static void send_packet(AVFormatContext *ctx, uint8_t parse_code, int info_hdr_size, const uint8_t … in send_packet() function
/third_party/toybox/toys/pending/
Darping.c97 static void send_packet() in send_packet() function
Ddhcpd.c904 static int send_packet(uint8_t broadcast) in send_packet() function
/third_party/ffmpeg/libavcodec/
Dpcm_rechunk_bsf.c82 static int send_packet(PCMContext *s, int nb_samples, AVPacket *pkt) in send_packet() function
/third_party/mbedtls/programs/test/
Dudp_proxy.c543 int send_packet(const packet *p, const char *why) in send_packet() function
/third_party/nghttp2/src/
Dshrpx_http3_upstream.cc1838 int Http3Upstream::send_packet(const UpstreamAddr *faddr, in send_packet() function in shrpx::Http3Upstream