Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dudp.c87 int udplite_coverage; member
132 …se UDPLite head size which should be validated by checksum", OFFSET(udplite_coverage), AV_OPT_TYPE…
371 if (s->udplite_coverage) in udp_socket_create()
702 s->udplite_coverage = strtol(buf, NULL, 10); in udp_open()
815 if (s->udplite_coverage) { in udp_open()
816 …pt (udp_fd, IPPROTO_UDPLITE, UDPLITE_SEND_CSCOV, &(s->udplite_coverage), sizeof(s->udplite_coverag… in udp_open()
819 …pt (udp_fd, IPPROTO_UDPLITE, UDPLITE_RECV_CSCOV, &(s->udplite_coverage), sizeof(s->udplite_coverag… in udp_open()
979 s->udplite_coverage = UDP_HEADER_SIZE; in udplite_open()